Correct typo

Duane Clark dclark at akamail.com
Sat Aug 28 14:03:10 CDT 2004


Changelog:
	Correct misspelling.

-------------- next part --------------
Index: dlls/x11drv/init.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/init.c,v
retrieving revision 1.11
diff -u -r1.11 init.c
--- dlls/x11drv/init.c	26 Aug 2004 18:24:49 -0000	1.11
+++ dlls/x11drv/init.c	28 Aug 2004 19:01:51 -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