Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/MafhActivity.py
diff options
context:
space:
mode:
authorJaime Miller <jlmiller1103@gmail.com>2011-04-12 20:57:34 (GMT)
committer Jaime Miller <jlmiller1103@gmail.com>2011-04-12 20:57:34 (GMT)
commit0b410e0e13581def4ed6e0bef07a2fc069dab8ce (patch)
tree38450684042e08d3c290f16f4cfe91af14493d05 /MAFH2/MafhActivity.py
parent902cfc1ce5750ae138d1bb62c771bf89a81718a3 (diff)
Fixed minor typo
Diffstat (limited to 'MAFH2/MafhActivity.py')
-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