(svn r12444) -Fix: A little typo
authorbelugas
Thu, 27 Mar 2008 15:46:58 +0000
changeset 8748 72c372800b54
parent 8747 d6c53cb184f3
child 8749 e32c110d0a77
(svn r12444) -Fix: A little typo
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);