Fix various typos (#4383)

Found via `codespell -q 3 -S "*.pdf,*.slf,*.smf,*.ts,./deprecated,./contrib" -L ans,ded,nam,nd,parm,parms,serie `
This commit is contained in:
luzpaz
2024-03-25 19:46:26 -04:00
committed by GitHub
parent 16ccc43d7a
commit 67ac67c509
8 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ do
done
popd
# Final deployment to generate dmg (may take longer than 10' wihout output)
# Final deployment to generate dmg (may take longer than 10' without output)
python3.7 -m pip install travis-wait-improved
/Library/Frameworks/Python.framework/Versions/3.7/bin/travis-wait-improved --timeout 20m /usr/local/opt/qt5/bin/macdeployqt GoldenCheetah.app -verbose=2 -fs=hfs+ -dmg

View File

@@ -54,7 +54,7 @@ sed -i "" "s|\(DEFINES += GC_VIDEO_NONE.*\)|#\1 |" src/gcconfig.pri
sed -i "" "s|#\(DEFINES += GC_VIDEO_VLC.*\)|\1 |" src/gcconfig.pri
# Enable R embedding
sed -i "" "s|#\(DEFINES += GC_WANT_R.*\)|\1 |" src/gcconfig.pri
# Python (avoiding colision between GC Context.h and Python context.h)
# Python (avoiding collision between GC Context.h and Python context.h)
echo DEFINES += GC_WANT_PYTHON >> src/gcconfig.pri
echo PYTHONINCLUDES = -ICore `python3.7-config --includes` >> src/gcconfig.pri
echo PYTHONLIBS = `python3.7-config --ldflags` >> src/gcconfig.pri