From f1a7d3210c93948d007e5265a1abd69bb050dada Mon Sep 17 00:00:00 2001 From: Corollax Date: Fri, 14 Jan 2011 04:24:30 -0600 Subject: [PATCH] Fixed a few typos in pyfa.py --- pyfa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyfa.py b/pyfa.py index ae25c8d58..5a9f34f8f 100755 --- a/pyfa.py +++ b/pyfa.py @@ -30,7 +30,7 @@ if not hasattr(sys, 'frozen'): import wxversion wxversion.ensureMinimal('2.8') except ImportError: - print "Coulnd't find wxPython or the installed wxPython version doesn't meet the min. requirements.\nYou can download wxPython (2.8) from http://www.wxpython.org/" + print "Couldn't find wxPython or the installed wxPython version doesn't meet the min. requirements.\nYou can download wxPython (2.8) from http://www.wxpython.org/" sys.exit(1) try: @@ -46,7 +46,7 @@ if not hasattr(sys, 'frozen'): sys.exit(1) except ImportError: - print "Coulnd't find sqlalchemy.\nYou can download sqlalchemy (0.6+) from http://www.sqlalchemy.org/" + print "Couldn't find sqlalchemy.\nYou can download sqlalchemy (0.6+) from http://www.sqlalchemy.org/" sys.exit(1) import wx