Revert "Spelling fixes in wx.lib"

This reverts commit c00b8950da.
The spelling changes were a bit too aggressive.
This commit is contained in:
Robin Dunn
2020-08-31 13:01:31 -07:00
parent 382a840110
commit 732ff6752b
108 changed files with 359 additions and 359 deletions

View File

@@ -535,7 +535,7 @@ class GenButton(wx.Control):
colBg = self.GetParent().GetBackgroundColour()
brush = wx.Brush(colBg)
else:
# this line assumes that a pressed button should be highlighted with
# this line assumes that a pressed button should be hilighted with
# a solid colour even if the background is supposed to be transparent
brush = wx.Brush(self.faceDnClr)
return brush