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

@@ -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.