fix typos

This commit is contained in:
RainRat
2024-02-28 19:08:20 -08:00
parent 9d0efe0707
commit 902ce67fad
162 changed files with 391 additions and 391 deletions

View File

@@ -63,7 +63,7 @@ opts=
# if Brew has installed packages, try to use those too
brew="/opt/homebrew"
if [[ -d "${brew}" && -d "${brew}/include" && -d "${brew}/lib" ]]; then
echo "Brew is installed, I'm going to use it's libraries too"
echo "Brew is installed, I'm going to use its libraries too"
new="-I${brew}/include "
nld="-L${brew}/lib "
CFLAGS="${new}${CFLAGS} -g3"