From 0b410e0e13581def4ed6e0bef07a2fc069dab8ce Mon Sep 17 00:00:00 2001 From: Jaime Miller Date: Tue, 12 Apr 2011 20:57:34 +0000 Subject: Fixed minor typo --- diff --git a/MAFH2/MafhActivity.py b/MAFH2/MafhActivity.py index e32b464..1aa8b5c 100755 --- a/MAFH2/MafhActivity.py +++ b/MAFH2/MafhActivity.py @@ -5,7 +5,7 @@ try: except: # Target system is an xo, so we may not have the module # installed, so we want to load the one in our folder - print "Using forutune engine from path" + print "Using fortune engine from path" import sys sys.path.append( 'fortuneengine' ) from fortuneengine.GameEngine import GameEngine -- cgit v0.9.1