1
0
Fork 0

(svn r22186) -Fix: spelling mistake

release/1.2
rubidium 2011-03-04 21:14:00 +00:00
parent 88362f8c31
commit 55c973966e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}