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

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 17 11:19:38 CDT 2016


Module: wine
Branch: master
Commit: 155eccd9c67b981e4f535aac6ed9a859268dbc37
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=155eccd9c67b981e4f535aac6ed9a859268dbc37

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun May 15 15:32:50 2016 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/riched20/tests/editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index 31d5128..fd00487 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -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);
 




More information about the wine-cvs mailing list