Francois Gouget : riched20/tests: Fix a typo in a comment.
Module: wine Branch: master Commit: 145e3c758b9594596835e291b2fcb3c80e4c0479 URL: https://gitlab.winehq.org/wine/wine/-/commit/145e3c758b9594596835e291b2fcb3c... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Feb 15 06:04:05 2023 +0100 riched20/tests: Fix a typo in a comment. --- 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 e3801d5a611..4f4d637b687 100644 --- a/dlls/riched20/tests/editor.c +++ b/dlls/riched20/tests/editor.c @@ -5856,7 +5856,7 @@ static void test_EM_FORMATRANGE(void) else if (! skip_non_english) ok (r < len, "Expected < %d, got %d\n", len, r); - /* There is at least on more page, but we don't care */ + /* There is at least one more page, but we don't care */ r = SendMessageA(hwndRichEdit, EM_FORMATRANGE, TRUE, 0); todo_wine {
participants (1)
-
Alexandre Julliard