summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index 89079c482..375eb2701 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -1445,7 +1445,7 @@ static void MakeSortedSaveGameList()
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);