Fix spelling in comments and documentation using codespell

Apply the utility from https://github.com/codespell-project/codespell/
to fix spelling issues in the headers under both include and interface
directories and add a file with a couple of exceptions.

The exact command line used was:

    $ codespell -w -I misc/scripts/codespell.ignore -i 3 in*
This commit is contained in:
Vadim Zeitlin
2020-06-27 20:19:59 +02:00
parent 2a368fec9f
commit d7f19ee610
101 changed files with 133 additions and 127 deletions

View File

@@ -19,7 +19,7 @@
The main purpose of wxUString is a to give users a Unicode string
class that has O(1) access to its content, to be identical on all
platforms and to be easily convertable to wxString as well as other
platforms and to be easily convertible to wxString as well as other
ways to store strings (C string literals, wide character
string literals, character buffer, etc) by providing several overloads
and built-in conversions to and from the various string formats.