From: Eric S. Raymond Date: Wed, 22 Feb 2012 02:40:57 +0000 (-0500) Subject: Typo fix. X-Git-Tag: 2.2~84 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=e49af045b6af5a09d78f6ae4ec028d154d3e7a51 Typo fix. --- diff --git a/sst.py b/sst.py index f76f1a2..376f05a 100755 --- a/sst.py +++ b/sst.py @@ -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."))