From d4851eb74127b5da85a106b65ae2c44aa8749ef1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 23 May 2003 16:48:09 +0000 Subject: [PATCH] typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :