summaryrefslogtreecommitdiff
path: root/src/newgrf_text.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-12-13 21:12:36 +0000
committeralberth <alberth@openttd.org>2009-12-13 21:12:36 +0000
commite0393a3de1b8c7dddd7b5b86d17202469810e209 (patch)
treef72df7c29d39c3cf401516eed07ab27b278a9bf2 /src/newgrf_text.cpp
parenta8e9891f4525d1ee4f55b908e30f48ad5fab4b9d (diff)
downloadopenttd-e0393a3de1b8c7dddd7b5b86d17202469810e209.tar.xz
(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix.
Diffstat (limited to 'src/newgrf_text.cpp')
-rw-r--r--src/newgrf_text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp
index 59edbb22e..a0f5cb9d7 100644
--- a/src/newgrf_text.cpp
+++ b/src/newgrf_text.cpp
@@ -91,7 +91,7 @@ StringID TTDPStringIDToOTTDStringIDMapping(StringID str)
}
/**
- * Explains the newgrf shift bit positionning.
+ * Explains the newgrf shift bit positioning.
* the grf base will not be used in order to find the string, but rather for
* jumping from standard langID scheme to the new one.
*/