Fix for small typo

Michael Stefaniuc mstefani at redhat.de
Tue Apr 10 10:11:13 CDT 2001


ChangeLog:

	* dlls/comctl32/comboex.c
		fix for small typo

-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
System Administration           Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani at redhat.de
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart
-------------- next part --------------
Index: dlls/comctl32/comboex.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/comboex.c,v
retrieving revision 1.31
diff -u -r1.31 comboex.c
--- dlls/comctl32/comboex.c	2001/03/22 19:33:57	1.31
+++ dlls/comctl32/comboex.c	2001/04/10 14:45:15
@@ -2165,7 +2165,7 @@
 	case CB_SETITEMDATA:
 	case WM_SETTEXT:
 	case WM_GETTEXT:
-	    FIXME("(0x%x 0x%x 0x%lx): possible missing fucntion\n", 
+	    FIXME("(0x%x 0x%x 0x%lx): possible missing function\n", 
 		  uMsg, wParam, lParam);
 	    return COMBOEX_Forward (hwnd, uMsg, wParam, lParam);
 


More information about the wine-patches mailing list