From 563fc21e30f7f53dd75b1a45e3daf143b8350f35 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Mon, 10 Dec 2007 12:21:51 +0000 Subject: [PATCH] fix a typo svn path=/trunk/; revision=31122 --- reactos/dll/win32/setupapi/devinst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/setupapi/devinst.c b/reactos/dll/win32/setupapi/devinst.c index 7bd88dfbc51..5875d251c55 100644 --- a/reactos/dll/win32/setupapi/devinst.c +++ b/reactos/dll/win32/setupapi/devinst.c @@ -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; }