X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0fbf24ba6abc81db66ead334d69af670a8ec5a7..59840ba3b16e4baf3228dd79c6b7ae40b55cf488:/wxPython/src/_extras.py?ds=sidebyside

diff --git a/wxPython/src/_extras.py b/wxPython/src/_extras.py
index f52dadab80..f1733cee51 100644
--- a/wxPython/src/_extras.py
+++ b/wxPython/src/_extras.py
@@ -783,7 +783,7 @@ class __wxPyCleanup:
 
 sys.__wxPythonCleanup = __wxPyCleanup()
 
-## # another possible solution, but it gets called too eary...
+## # another possible solution, but it gets called too early...
 ## if sys.version[0] == '2':
 ##     import atexit
 ##     atexit.register(wxc.wxApp_CleanUp)