fix unimportant typo in print

This commit is contained in:
sqlcoder 2009-05-21 11:14:47 +01:00
parent cf8b6c7e92
commit 399bfd98c6

View File

@ -168,7 +168,7 @@ class HUD_main(object):
(tour_number, tab_number) = mat_obj.group(1, 2)
temp_key = tour_number
else: # tourney, but can't get number and table
print "could not find tournamtne: skipping "
print "could not find tournament: skipping "
sys.stderr.write("Could not find tournament %d in hand %d. Skipping.\n" % (int(tour_number), int(new_hand_id)))
continue