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

@@ -39,7 +39,7 @@ _RWLayoutNeededEvent, EVT_RW_LAYOUT_NEEDED = wx.lib.newevent.NewCommandEvent()
# TODO: Add a style flag that indicates that the ResizeWidget should
# try to adjust the layout itself by looking up the sizer and
# containment hierachy. Maybe also a style that says that it is okay
# containment hierarchy. Maybe also a style that says that it is okay
# to adjust the size of top-level windows too.
#-----------------------------------------------------------------------------
@@ -309,7 +309,7 @@ class ResizeWidget(wx.Panel):
return False
#=== Overriden virtuals from the base class ===
#=== Overridden virtuals from the base class ===
def AddChild(self, child):
"""
Add the child to manage.