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/n5w7.py | |
| parent | b66b944ddec676081721a4903db2cbb646b8d27d (diff) | |
grammar fixed
Diffstat (limited to 'weatbag/tiles/n5w7.py')
| -rw-r--r-- | weatbag/tiles/n5w7.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weatbag/tiles/n5w7.py b/weatbag/tiles/n5w7.py index ce88c94..ca39186 100644 --- a/weatbag/tiles/n5w7.py +++ b/weatbag/tiles/n5w7.py @@ -18,7 +18,7 @@ class Tile: "If you tell a lie I will hang you; if you tell the truth I will " "shoot you.\n\n" "It looks like you are condemned... Though if you think a bit " - "more there is an apropriate answer that gets your ass out of " + "more there is an appropriate answer that gets your ass out of " "this hell!\n") # The exact answer is 'You will hang me'. If she hang him, then the @@ -31,7 +31,7 @@ class Tile: else: print("You are inside the lighthouse. There's a computer in a " "corner and some printed papers on the ground with " - "scriblings like:\n\n" + "scribblings like:\n\n" "SO IM LIKE FIBBING WIT N OK?\n" " LOL ITERATE FIBONACCI TERMS LESS THAN N /LOL\n" " SO GOOD N BIG LIKE EASTERBUNNY\n" @@ -78,5 +78,5 @@ class Tile: "Hit your head on them?\n") return False else: - print("Finaly you are out!") + print("Finally you are out!") return True |
