diff options
author | belugas <belugas@openttd.org> | 2008-03-27 15:46:58 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-03-27 15:46:58 +0000 |
commit | 8988c1f7c16002e42ee81e782cfc74bb53d90594 (patch) | |
tree | db146cfeb4bd6b2de5052c8dc9a32bfa911e2f27 /src | |
parent | 6d9c7ef31528f9442fdeeb38dfb6345f0ef06ed2 (diff) | |
download | openttd-8988c1f7c16002e42ee81e782cfc74bb53d90594.tar.xz |
(svn r12444) -Fix: A little typo
Diffstat (limited to 'src')
-rw-r--r-- | src/misc_gui.cpp | 2 |
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); |