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:
Francois Gouget 2016-05-15 15:32:50 +02:00 committed by Alexandre Julliard
parent 33c1a16a18
commit 155eccd9c6
1 changed files with 1 additions and 1 deletions

View File

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