Module: wine Branch: refs/heads/master Commit: 8ca1f3fc146529f5523949ba363d6db2e512be48 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=8ca1f3fc146529f5523949ba...
Author: Francois Gouget fgouget@free.fr Date: Tue Jan 3 12:10:50 2006 +0100
Assorted spelling fixes
---
dlls/ddraw/tests/dsurface.c | 2 +- dlls/user/edit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/ddraw/tests/dsurface.c b/dlls/ddraw/tests/dsurface.c index e1e0c93..26fe659 100644 --- a/dlls/ddraw/tests/dsurface.c +++ b/dlls/ddraw/tests/dsurface.c @@ -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);
diff --git a/dlls/user/edit.c b/dlls/user/edit.c index 05575bd..98cf736 100644 --- a/dlls/user/edit.c +++ b/dlls/user/edit.c @@ -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;