From: Eric S. Raymond Date: Wed, 22 Feb 2012 02:33:49 +0000 (-0500) Subject: Typo fix. X-Git-Tag: 2.2~85 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=9779950a2d6f131308dd98b36316d3d3f5097458 Typo fix. --- diff --git a/sst.py b/sst.py index 34a2236..f76f1a2 100755 --- 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