summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-20 22:26:03 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-29 03:21:16 +0300
commit2cc3d7ac306ad7ae935acad7d4d338b6e00914c3 (patch)
treedec6eea140e6c416d731e15e69addda91b76239d /weatbag
parentfbdc3b4b0419547eb8a1534e278d97e1c2e2544f (diff)
small obnoxious change
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n1w1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n1w1.py b/weatbag/tiles/n1w1.py
index eda65a8..3203d99 100644
--- a/weatbag/tiles/n1w1.py
+++ b/weatbag/tiles/n1w1.py
@@ -1,7 +1,7 @@
class Tile:
def describe(self):
print("There is a small island northwest.\n"
- "Unfortunatelly you can't swim so you need a transport to go there.\n"
+ "Unfortunatelly, you can't swim so you need a transport to go there.\n"
"Luckilly to the north you see 2 children with a raft sitting "
"under a tree." )