Commit 72cf4f3b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Assorted spelling fixes.

parent 5eb8ab3d
...@@ -117,7 +117,7 @@ static void test_DrawTextCalcRect(void) ...@@ -117,7 +117,7 @@ static void test_DrawTextCalcRect(void)
"rectangle should NOT be empty got %d,%d-%d,%d\n", rect.left, rect.top, rect.right, rect.bottom ); "rectangle should NOT be empty got %d,%d-%d,%d\n", rect.left, rect.top, rect.right, rect.bottom );
if (textheight != 0) /* Windows 98 */ if (textheight != 0) /* Windows 98 */
{ {
win_skip("XP conformity failed, skipping XP tests. Probibly win9x\n"); win_skip("XP conformity failed, skipping XP tests. Probably win9x\n");
conform_xp = FALSE; conform_xp = FALSE;
} }
else else
...@@ -155,7 +155,7 @@ static void test_DrawTextCalcRect(void) ...@@ -155,7 +155,7 @@ static void test_DrawTextCalcRect(void)
if (!textheight) /* Windows NT 4 */ if (!textheight) /* Windows NT 4 */
{ {
if (conform_xp) if (conform_xp)
win_skip("XP conformity failed, skipping XP tests. Probibly winNT\n"); win_skip("XP conformity failed, skipping XP tests. Probably winNT\n");
conform_xp = FALSE; conform_xp = FALSE;
} }
else else
...@@ -357,7 +357,7 @@ static void test_DrawTextCalcRect(void) ...@@ -357,7 +357,7 @@ static void test_DrawTextCalcRect(void)
if (textheight) /* windows 2000 */ if (textheight) /* windows 2000 */
{ {
if (conform_xp) if (conform_xp)
win_skip("XP conformity failed, skipping XP tests. probibly win 2000\n"); win_skip("XP conformity failed, skipping XP tests. Probably win 2000\n");
conform_xp = FALSE; conform_xp = FALSE;
} }
else else
......
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