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:
4
.github/workflows/cmake_build.yml
vendored
4
.github/workflows/cmake_build.yml
vendored
@@ -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}}" \
|
||||
|
Reference in New Issue
Block a user