# HG changeset patch # User belugas # Date 1206632818 0 # Node ID 72c372800b54be4883bb57828aec5c040fa769bf # Parent d6c53cb184f3b7ce2611dcaf3682f735bc7cfdf2 (svn r12444) -Fix: A little typo diff -r d6c53cb184f3 -r 72c372800b54 src/misc_gui.cpp --- a/src/misc_gui.cpp Thu Mar 27 15:29:42 2008 +0000 +++ b/src/misc_gui.cpp Thu Mar 27 15:46:58 2008 +0000 @@ -1445,7 +1445,7 @@ static void GenerateFileName() { - /* Check if we are not a specatator who wants to generate a name.. + /* Check if we are not a spectator who wants to generate a name.. Let's use the name of player #0 for now. */ const Player *p = GetPlayer(IsValidPlayer(_local_player) ? _local_player : PLAYER_FIRST);