summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-08-25 20:10:45 +0000
committersmatz <smatz@openttd.org>2008-08-25 20:10:45 +0000
commitc9bef190436adff1b2b06410f80129171d2d9f49 (patch)
treec1e40a39dc5b512c170457b3ec39d1f8f78adc27 /src/settings.cpp
parentb60ff46806d6ec9398813beda2a0392e09ebacb4 (diff)
downloadopenttd-c9bef190436adff1b2b06410f80129171d2d9f49.tar.xz
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index b69767af2..a396d8734 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -1061,7 +1061,7 @@ static int32 CheckTownLayout(int32 p1)
/** Conversion callback for _gameopt_settings_game.landscape
* It converts (or try) between old values and the new ones,
- * without loosing initial setting of the user
+ * without losing initial setting of the user
* @param value that was read from config file
* @return the "hopefully" converted value
*/