Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2021-08-07 18:55:49 +02:00
parent 64e5d863f7
commit 25ba122168
155 changed files with 413 additions and 413 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)