summaryrefslogtreecommitdiff
path: root/src/newgrf.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/newgrf.cpp
parentb60ff46806d6ec9398813beda2a0392e09ebacb4 (diff)
downloadopenttd-c9bef190436adff1b2b06410f80129171d2d9f49.tar.xz
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index fafb1db17..cd57977f0 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -5737,7 +5737,7 @@ static void FinaliseIndustriesArray()
if (indsp->station_name != STR_NULL) {
/* STR_NULL (0) can be set by grf. It has a meaning regarding assignation of the
- * station's name. Don't wont to loose the value, therefor, do not process. */
+ * station's name. Don't want to lose the value, therefore, do not process. */
strid = GetGRFStringID(indsp->grf_prop.grffile->grfid, indsp->station_name);
if (strid != STR_UNDEFINED) indsp->station_name = strid;
}