PATCH: typo in compobj.c

Marcus Meissner marcus at jet.franken.de
Sat May 6 08:17:27 CDT 2006


Hi,

typo

Changelog:
	Fixed typo in debugstatement.

Index: dlls/ole32/compobj.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/compobj.c,v
retrieving revision 1.184
diff -u -r1.184 compobj.c
--- dlls/ole32/compobj.c	30 Mar 2006 11:45:51 -0000	1.184
+++ dlls/ole32/compobj.c	6 May 2006 13:16:44 -0000
@@ -1708,7 +1708,7 @@
     }
 
     if (FAILED(hres))
-        ERR("no class object %s could be created for for context 0x%lx\n",
+        ERR("no class object %s could be created for context 0x%lx\n",
             debugstr_guid(rclsid), dwClsContext);
     return hres;
 }



More information about the wine-patches mailing list