Merge pull request #1997 from cclauss/codespell

Fix typos discovered by codespell
This commit is contained in:
Robin Dunn
2021-12-13 20:16:39 -08:00
committed by GitHub
154 changed files with 412 additions and 412 deletions

View File

@@ -19,7 +19,7 @@ Pip: ``pip install wxPython==4.1.2``
New and improved in this release:
* Tweaked the build scripts a bit to ensure that on non-Windows platforms that
the complier and flags used by default match those used by wxWidgets, (with
the compiler and flags used by default match those used by wxWidgets, (with
the flags needed by Python added on.) The compiler commands can be overridden
by setting CC and CXX in the environment if needed. (#1247)