Assorted spelling fixes

This commit is contained in:
Francois Gouget 2006-01-03 12:10:50 +01:00 committed by Alexandre Julliard
parent 6526c3772d
commit 8ca1f3fc14
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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;