Commit 155eccd9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

riched20/tests: Fix a spelling error in an editor comment.

parent 33c1a16a
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment