diff options
Diffstat (limited to 'src')
-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); } |