Commit 145e3c75 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

riched20/tests: Fix a typo in a comment.

parent 5f08c8fb
......@@ -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 {
......
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