diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-19 15:14:18 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-19 15:14:18 +0300 |
| commit | aa84e7b52b4fc32c58f622f687f9d1c71bc855ee (patch) | |
| tree | f37ccc7a079066df0ad97155e2aac37c9bf84632 /weatbag/tiles/n1w2.py | |
| parent | b66b944ddec676081721a4903db2cbb646b8d27d (diff) | |
grammar fixed
Diffstat (limited to 'weatbag/tiles/n1w2.py')
| -rw-r--r-- | weatbag/tiles/n1w2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n1w2.py b/weatbag/tiles/n1w2.py index 4d18ff4..63fec34 100644 --- a/weatbag/tiles/n1w2.py +++ b/weatbag/tiles/n1w2.py @@ -5,7 +5,7 @@ class Tile: "on the sea.") def action(self, player, do): - print("What is this giberish?") + print("What is this gibberish?") def leave(self, player, direction): if direction == "e": |
