Fix typo discovered by codespell

https://pypi.org/project/codespell
This commit is contained in:
Christian Clauss
2021-08-07 08:55:41 +02:00
committed by GitHub
parent 64e5d863f7
commit b31d27ccfe

View File

@@ -61,7 +61,7 @@ def run():
c = module.find('wxHeaderCtrlSimple')
tools.fixWindowClass(c)
# Uningnore the protected virtuals that are indended to be overridden in
# Uningnore the protected virtuals that are intended to be overridden in
# derived classes.
c.find('GetBestFittingWidth').ignore(False)
c.find('GetBestFittingWidth').isVirtual = True
@@ -119,4 +119,3 @@ def run():
#---------------------------------------------------------------------------
if __name__ == '__main__':
run()