diff options
author | rubidium <rubidium@openttd.org> | 2011-03-04 21:14:00 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-03-04 21:14:00 +0000 |
commit | 55c973966e31afb4805a51bb7e4b79c2e28ea9df (patch) | |
tree | 2ac9ca3e513999226b53c0e00bd9c4f2ff35a1a6 | |
parent | 88362f8c318b68a7a988bbd5af4440a0f1cdd776 (diff) | |
download | openttd-55c973966e31afb4805a51bb7e4b79c2e28ea9df.tar.xz |
(svn r22186) -Fix: spelling mistake
-rw-r--r-- | src/newgrf.cpp | 2 |
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); } |