From b31d27ccfec0b263ee83196869a8d4d5a0a038b8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 7 Aug 2021 08:55:41 +0200 Subject: [PATCH] Fix typo discovered by codespell https://pypi.org/project/codespell --- etg/headerctrl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etg/headerctrl.py b/etg/headerctrl.py index 16dee417..d21e2725 100644 --- a/etg/headerctrl.py +++ b/etg/headerctrl.py @@ -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() -