riched20/tests: Fix a spelling error in an editor comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
33c1a16a18
commit
155eccd9c6
|
@ -5046,7 +5046,7 @@ static void test_EM_REPLACESEL(int redraw)
|
|||
todo_wine ok(!strcmp(buffer, "WTestSomeTextne"), "WM_GETTEXT returned incorrect string\n");
|
||||
|
||||
if (!redraw)
|
||||
/* This is needed to avoid interferring with keybd_event calls
|
||||
/* This is needed to avoid interfering with keybd_event calls
|
||||
* on other tests that simulate keyboard events. */
|
||||
SendMessageA(hwndRichEdit, WM_SETREDRAW, TRUE, 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue