1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

Fix typos (user facing and non-user facing) (#727)

Found via `codespell v2.1.dev0`  
`codespell -q 3 -S *.po,./lib-src -L parm,parms,toke`
This commit is contained in:
luzpaz
2021-01-24 04:46:08 -05:00
committed by GitHub
parent 4b07fbaa8a
commit 7a3bdcf3f2
33 changed files with 35 additions and 35 deletions

View File

@@ -24,7 +24,7 @@ env:
WXREF: audacity-fixes-3.1.3
WXWIN: ${{ github.workspace }}/wxwin
# As of 2021/01/01, github is using Xcode 12.2 as the default and
# it has a bug in the install_name_tool. So explicity use 12.3
# it has a bug in the install_name_tool. So explicitly use 12.3
# instead.
DEVELOPER_DIR: /Applications/Xcode_12.3.app/Contents/Developer
@@ -123,7 +123,7 @@ jobs:
# Clone the wxWidgets repo
git clone --depth 1 --recurse-submodules -b "${WXREF}" "${WXURL}" "wxroot"
# Use cmake since it defines the MSVC enviornment for us
# Use cmake since it defines the MSVC environment for us
cmake -S "wxroot" \
-B "wxroot" \
-G "${{matrix.config.generator}}" \