Revert "Spelling fixes in wx.lib"

This reverts commit c00b8950da.
The spelling changes were a bit too aggressive.
This commit is contained in:
Robin Dunn
2020-08-31 13:01:31 -07:00
parent 382a840110
commit 732ff6752b
108 changed files with 359 additions and 359 deletions

View File

@@ -8,7 +8,7 @@
infoframe.py
Released under wxWindows license etc.
This is a fairly rudimentary, but slightly fancier than
This is a fairly rudimentary, but slightly fancier tha
wxPyOnDemandOutputWindow (on which it's based; thanks Robin), version
of the same sort of thing: a file-like class called
wxInformationalMessagesFrame. This window also has a status bar with a
@@ -256,7 +256,7 @@ class PyInformationalMessagesFrame(object):
def write(self, string):
if not wx.Thread_IsMain():
# Acquire the GUI mutex before making GUI calls. Mutex is released
# Aquire the GUI mutex before making GUI calls. Mutex is released
# when locker is deleted at the end of this function.
#
# TODO: This should be updated to use wx.CallAfter similarly to how