summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-04-30 18:08:41 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-30 18:08:41 +0300
commit53361ec28cb05f1c83d33cc86060c1ef2c18c2b4 (patch)
tree74612d44e56b71e5769f482089b42d84489e3944 /weatbag
parentacec64fe4677305566cd2d0fa780056b07f7e6e6 (diff)
corrected weired to weird (orthography)
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n2w3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n2w3.py b/weatbag/tiles/n2w3.py
index 85ca7f1..9113861 100644
--- a/weatbag/tiles/n2w3.py
+++ b/weatbag/tiles/n2w3.py
@@ -8,7 +8,7 @@ class Tile:
"took leads to a small wooden hut.\n")
if not self.first_visit and not self.tree_fallen:
print("You saw a tree fall and it didn't make any sound and "
- "WOW... that was weired because you were there and "
+ "WOW... that was weird because you were there and "
"observed it!\n")
self.tree_fallen = True
self.first_visit = False