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