Spelling fixes in the demo

This commit is contained in:
Robin Dunn
2020-07-14 12:00:55 -07:00
parent 92f8cd2d55
commit d265d13f6c
49 changed files with 70 additions and 70 deletions

View File

@@ -22,7 +22,7 @@ class TestPanel(wx.Panel):
sizer.Add(setBtn, wx.SizerFlags().Border(wx.LEFT, 40))
sizer.Add(unsetBtn, wx.SizerFlags().Border(wx.LEFT, 10))
# Put it all in an outter box with a border
# Put it all in an outer box with a border
box = wx.BoxSizer()
box.Add(sizer, wx.SizerFlags(1).Border(wx.ALL, 30))
self.SetSizer(box)