diff gamelib/scenes/mess.py @ 322:1208bb5eaf6f

typo
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 13:05:40 +0200
parents bd9a760eeb18
children c193cbff785d
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'