Assorted spelling fixes

Francois Gouget fgouget at free.fr
Mon Jan 2 05:30:41 CST 2006


Changelog:

  * dlls/ddraw/tests/dsurface.c
    dlls/user/edit.c

    Francois Gouget <fgouget at free.fr>
    Assorted spelling fixes.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
         War doesn't determine who's right.  War determines who's left.
-------------- next part --------------
Index: dlls/ddraw/tests/dsurface.c
===================================================================
RCS file: /var/cvs/wine/dlls/ddraw/tests/dsurface.c,v
retrieving revision 1.6
diff -u -p -r1.6 dsurface.c
--- dlls/ddraw/tests/dsurface.c	21 Dec 2005 20:29:36 -0000	1.6
+++ dlls/ddraw/tests/dsurface.c	1 Jan 2006 20:53:12 -0000
@@ -241,7 +241,7 @@ static void QueryInterface(void)
         return;
     }
 
-    /* Call IUnkown::QueryInterface */
+    /* Call IUnknown::QueryInterface */
     ret = IDirectDrawSurface_QueryInterface(dsurface, 0, &object);
     ok(ret == DDERR_INVALIDPARAMS, "IDirectDrawSurface::QueryInterface returned %lx\n", ret);
 
Index: dlls/user/edit.c
===================================================================
RCS file: /var/cvs/wine/dlls/user/edit.c,v
retrieving revision 1.45
diff -u -p -r1.45 edit.c
--- dlls/user/edit.c	19 Dec 2005 20:25:40 -0000	1.45
+++ dlls/user/edit.c	1 Jan 2006 20:53:31 -0000
@@ -155,7 +155,7 @@ typedef struct
 	/*
 	 * IME Data
 	 */
-	UINT composition_len;   /* lenght of composition, 0 == no composition */
+	UINT composition_len;   /* length of composition, 0 == no composition */
 	int composition_start;  /* the character position for the composition */
 } EDITSTATE;
 


More information about the wine-patches mailing list