commit | 8ca1f3fc146529f5523949ba363d6db2e512be48 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Tue Jan 03 12:10:50 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 03 12:10:50 2006 +0100 |
tree | 5b733d33215ca3076bc4d27edc25b855eb0c143e | |
parent | 6526c3772dc8458089a34b4f441704bf84e380f2 [diff] [blame] |
Assorted spelling fixes
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 @@ /* * 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;