changeset 322:1208bb5eaf6f

typo
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 13:05:40 +0200
parents e5f3a97ee812
children 0630a37cb371
files gamelib/scenes/mess.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Sat Aug 28 13:02:40 2010 +0200
+++ b/gamelib/scenes/mess.py	Sat Aug 28 13:05:40 2010 +0200
@@ -232,7 +232,7 @@
         return Result("You pick up an empty dishwashing liquid bottle. You can't find any sponges")
 
     def get_description(self):
-        return "Empty plastic containers. They used to hold dish washer soap."
+        return "Empty plastic containers. They used to hold dishwasher soap."
 
 class DetergentBottle(Item):
     INVENTORY_IMAGE = 'triangle.png'