Commit bf5508f9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32/tests: A spelling fix in a comment.

parent cffe58c7
...@@ -3656,7 +3656,7 @@ static void test_emf_GradientFill(void) ...@@ -3656,7 +3656,7 @@ static void test_emf_GradientFill(void)
ok( mf != 0, "CreateEnhMetaFileA error %d\n", GetLastError() ); ok( mf != 0, "CreateEnhMetaFileA error %d\n", GetLastError() );
/* Don't test the GRADIENT_FILL_RECT_ modes since a Windows bug /* Don't test the GRADIENT_FILL_RECT_ modes since a Windows bug
* means it allocates three mesh indicies rather than two per * means it allocates three mesh indices rather than two per
* rectangle. This results in uninitialised values being written * rectangle. This results in uninitialised values being written
* to the EMF which is rather difficult to test against. * to the EMF which is rather difficult to test against.
* *
......
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