diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-30 18:08:41 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-30 18:08:41 +0300 |
| commit | 53361ec28cb05f1c83d33cc86060c1ef2c18c2b4 (patch) | |
| tree | 74612d44e56b71e5769f482089b42d84489e3944 /weatbag | |
| parent | acec64fe4677305566cd2d0fa780056b07f7e6e6 (diff) | |
corrected weired to weird (orthography)
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n2w3.py | 2 |
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 |
