diff gamelib/scenes/cryo.py @ 368:a95bfba3acd5

speling
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 17:27:07 +0200
parents 2cadb47405a4
children c80a1bd291d1
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Sat Aug 28 17:16:55 2010 +0200
+++ b/gamelib/scenes/cryo.py	Sat Aug 28 17:27:07 2010 +0200
@@ -94,7 +94,7 @@
 
         self.add_thing(GenericCryoUnit(5,
             "A working cryo chamber. The frosted glass obscures the details of the occupant.",
-            "Prisoner B520-99495B8C41CE. Copyright infringment. 60 years.",
+            "Prisoner B520-99495B8C41CE. Copyright infringement. 60 years.",
             (
                 (340, 430, 50, 70),
                 (330, 500, 60, 50),
@@ -199,7 +199,7 @@
     INITIAL = "fixed"
 
     def interact_with_machete(self, item):
-        return Result("These pipes carry fuild to the working cryo units."
+        return Result("These pipes carry fluid to the working cryo units."
                 " Chopping them down doesn't seem sensible.")
 
     def is_interactive(self):