diff --git a/wxPython/setup.py b/wxPython/setup.py index 0254afd444..479ac11048 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -404,7 +404,7 @@ if os.name == 'nt': lflags = None # Other MSVC flags... - # To bad I don't remember why I was playing with these, can they be removed? + # Too bad I don't remember why I was playing with these, can they be removed? if FINAL: pass #cflags = cflags + ['/O1'] elif HYBRID :