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

@@ -63,7 +63,7 @@ class BitmapTests(wtc.WidgetTestCase):
else:
self.assertTrue( b2.__nonzero__() == b2.IsOk() )
# check that the __nonzero__ method can be used with if satements
# check that the __nonzero__ method can be used with if statements
nzcheck = False
if b2:
nzcheck = True