Typo fix.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 14 Dec 2010 11:20:27 +0000 (06:20 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 14 Dec 2010 11:20:27 +0000 (06:20 -0500)
sst.py

diff --git a/sst.py b/sst.py
index 064eba1a4c01430e59a5a208319f041feec6ec05..966795cf654b93d490dc529fe57ab63760065feb 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -416,7 +416,7 @@ def randreal(*args):
 
 def welcoming(iq):
     "Would this quadrant welcome another Klingon?"
-    return iq.valid_Quadrant() and \
+    return iq.valid_quadrant() and \
        not game.state.galaxy[iq.i][iq.j].supernova and \
        game.state.galaxy[iq.i][iq.j].klingons < MAXKLQUAD