# HG changeset patch # User Adrianna PiƄska # Date 1283033136 -7200 # Node ID 4136b5d931e708cefac43ff797822cde6666eeab # Parent c6e0ae102efbe94b5abdd1a4a852832fee2d7909 tpyo diff -r c6e0ae102efb -r 4136b5d931e7 gamelib/scenes/bridge.py --- a/gamelib/scenes/bridge.py Sun Aug 29 00:00:27 2010 +0200 +++ b/gamelib/scenes/bridge.py Sun Aug 29 00:05:36 2010 +0200 @@ -351,7 +351,7 @@ if self.scene.get_data('ai status') == 'online': return (Result('You feel a shock from the panel.'), make_jim_dialog("Prisoner %s. Please step away from the panel. " - "You are not an authorized techinican." % PLAYER_ID, self.state)) + "You are not an authorized technician." % PLAYER_ID, self.state)) class ChairDetail(Scene):