From aa84e7b52b4fc32c58f622f687f9d1c71bc855ee Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sun, 19 May 2013 15:14:18 +0300 Subject: grammar fixed --- weatbag/tiles/n1w3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weatbag/tiles/n1w3.py') diff --git a/weatbag/tiles/n1w3.py b/weatbag/tiles/n1w3.py index 081d41e..c086d9b 100644 --- a/weatbag/tiles/n1w3.py +++ b/weatbag/tiles/n1w3.py @@ -4,7 +4,7 @@ class Tile: print("Woooah! Those rocks are full of lichens!\n") def action(self, player, do): - print("Sorry, I don't speak giberish.\n") + print("Sorry, I don't speak gibberish.\n") def leave(self, player, direction): if direction == "s": @@ -13,7 +13,7 @@ class Tile: return False elif direction == "n": print("The rocks are way to high for you. " - "Unfortunatelly you cannot climb them.") + "Unfortunately you cannot climb them.") return False else: return True -- cgit v1.3