summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-03-04 21:14:00 +0000
committerrubidium <rubidium@openttd.org>2011-03-04 21:14:00 +0000
commit55c973966e31afb4805a51bb7e4b79c2e28ea9df (patch)
tree2ac9ca3e513999226b53c0e00bd9c4f2ff35a1a6 /src
parent88362f8c318b68a7a988bbd5af4440a0f1cdd776 (diff)
downloadopenttd-55c973966e31afb4805a51bb7e4b79c2e28ea9df.tar.xz
(svn r22186) -Fix: spelling mistake
Diffstat (limited to 'src')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 017fb36a0..61482ee66 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -6900,7 +6900,7 @@ static bool HandleNode(byte type, uint32 id, ByteReader *buf, AllowedSubtags sub
}
}
}
- grfmsg(2, "StaticGRFInfo: unkown type/id combination found, type=%c, id=%x", type, id);
+ grfmsg(2, "StaticGRFInfo: unknown type/id combination found, type=%c, id=%x", type, id);
return SkipUnknownInfo(buf, type);
}