Spelling fixes in wx.lib

This commit is contained in:
Robin Dunn
2020-07-14 12:53:31 -07:00
parent d265d13f6c
commit c00b8950da
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 registerd as a listener
# Make a colour indicator window, it is registered as a listener
# with the doodle window so it will be notified when the settings
# change
ci = ColourIndicator(self)