Spelling fix

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sat Aug 28 07:19:27 CDT 2004


-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/dlls/x11drv/init.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/init.c,v
retrieving revision 1.11
diff -u -r1.11 init.c
--- wine/dlls/x11drv/init.c	26 Aug 2004 18:24:49 -0000	1.11
+++ wine/dlls/x11drv/init.c	28 Aug 2004 12:16:54 -0000
@@ -70,7 +70,7 @@
         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);
     }



More information about the wine-patches mailing list