summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2014-04-12 15:59:56 +0000
committerplanetmaker <planetmaker@openttd.org>2014-04-12 15:59:56 +0000
commitba42bcdf4999f040e1a76b8e7879e5639cb492a8 (patch)
tree516164c1ca1f7f24d71ebcaca9bdbee3396de2da /src/newgrf.cpp
parent2aa545a842063d06fe67ccb382b44a8ebcd56b48 (diff)
downloadopenttd-ba42bcdf4999f040e1a76b8e7879e5639cb492a8.tar.xz
(svn r26458) -Doc: Correct a few spelling mistakes (__ln__)
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 b736d9c7a..4485b717a 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -7659,7 +7659,7 @@ AllowedSubtags _tags_root[] = {
* Try to skip the current node and all subnodes (if it's a branch node).
* @param buf Buffer.
* @param type The node type to skip.
- * @return True if we could skip the node, false if an error occured.
+ * @return True if we could skip the node, false if an error occurred.
*/
static bool SkipUnknownInfo(ByteReader *buf, byte type)
{