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

@@ -29,7 +29,7 @@ class TestWindow(wx.ScrolledWindow):
# Using GetFullTextExtent(), we calculate a basic 'building block'
# that will be used to draw a depiction of the color list. We're
# using 'Wy' as the model becuase 'W' is a wide character and 'y'
# using 'Wy' as the model because 'W' is a wide character and 'y'
# has a descender. This constitutes a 'worst case' scenario, which means
# that no matter what we draw later, text-wise, we'll have room for it
w,h,d,e = dc.GetFullTextExtent("Wy")