Commit 8ca1f3fc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Assorted spelling fixes

parent 6526c377
......@@ -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);
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment