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

@@ -238,7 +238,7 @@ class ControlPanel(wx.Panel):
self.thknsBtns[x] = b
self.thknsBtns[1].SetToggle(True)
# Make a colour indicator window, it is registered as a listener
# Make a colour indicator window, it is registerd as a listener
# with the doodle window so it will be notified when the settings
# change
ci = ColourIndicator(self)