From a8509028c180f16bea8be088b53575b0248ffa5f Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Mon, 30 Aug 2004 18:36:35 +0000 Subject: [PATCH] Spelling fix. --- dlls/x11drv/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/x11drv/init.c b/dlls/x11drv/init.c index df7e0075970..d6722a21ac2 100644 --- a/dlls/x11drv/init.c +++ b/dlls/x11drv/init.c @@ -70,7 +70,7 @@ static DWORD get_dpi( void ) DWORD type, count = sizeof(buffer); if(RegQueryValueExW(hkey, INIResolution, 0, &type, buffer, &count) == ERROR_SUCCESS) if(atoi(buffer) != 96) - MESSAGE("Please use the registry key HKEY_CURRENT_CONFIG\\Sotfware\\Fonts\\LogPixels\n" + MESSAGE("Please use the registry key HKEY_CURRENT_CONFIG\\Software\\Fonts\\LogPixels\n" "to set the screen resolution and remove the \"Resolution\" entry in the config file\n"); RegCloseKey(hkey); } -- 2.11.4.GIT