(svn r12444) -Fix: A little typo
authorbelugas
Thu, 27 Mar 2008 15:46:58 +0000
changeset 9244 59bf7f93c856
parent 9243 3cac8fe1bd25
child 9245 ea89c79affde
(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);