changeset 17432:1a30917fa0d3 draft

(svn r22186) -Fix: spelling mistake
author rubidium <rubidium@openttd.org>
date Fri, 04 Mar 2011 21:14:00 +0000
parents 316dc19f29d4
children 83d6afc92044
files src/newgrf.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }