fix a typo

svn path=/trunk/; revision=31122
This commit is contained in:
Christoph von Wittich 2007-12-10 12:21:51 +00:00
parent f02a249d62
commit 563fc21e30

View file

@ -451,7 +451,7 @@ CheckSectionValid(
pExtensionPlatform = ExtensionPlatformNT;
break;
default:
ERR("Unkown platform 0x%lx\n", PlatformInfo->Platform);
ERR("Unknown platform 0x%lx\n", PlatformInfo->Platform);
pExtensionPlatform = ExtensionPlatformNone;
break;
}