]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_extras.py
corrections to dynamic loading for Darwin
[wxWidgets.git] / wxPython / src / _extras.py
index f52dadab80005922070618aee35a3f79933c0ef2..f1733cee51000b6ec80ea4384f620f4b33b88ea8 100644 (file)
@@ -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)