# HG changeset patch # User rubidium # Date 1299273240 0 # Node ID 1a30917fa0d3cf15dab286d09cf946e0b91589f9 # Parent 316dc19f29d4392289c89e784b3668c13c71a84d (svn r22186) -Fix: spelling mistake diff --git a/src/newgrf.cpp b/src/newgrf.cpp --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -6900,7 +6900,7 @@ } } } - 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); }