Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMAFH2/MafhActivity.py2
1 files changed, 1 insertions, 1 deletions
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