Typo fix.
[super-star-trek.git] / sst.py
diff --git a/sst.py b/sst.py
index 34a2236dd3955f28eec9cb14a3a86957cee6fa68..376f05aa1d7142194cdbddf80f3467bbc1de8a61 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -141,7 +141,7 @@ class Planet:
         self.pclass = None     # could be ""M", "N", "O", or "destroyed"
         self.crystals = "absent"# could be "mined", "present", "absent"
         self.known = "unknown" # could be "unknown", "known", "shuttle_down"
-        self.inhabited = False # is it inhabites?
+        self.inhabited = False # is it inhabited?
     def __str__(self):
         return self.name
 
@@ -1028,7 +1028,7 @@ def randdevice():
     return None        # we should never get here
 
 def collision(rammed, enemy):
-    "Collision handling fot rammong events."
+    "Collision handling for rammong events."
     prouts(_("***RED ALERT!  RED ALERT!"))
     skip(1)
     prout(_("***COLLISION IMMINENT."))