Module: wine Branch: master Commit: bf5508f9e0f80a9675b3e772b262995595b7142c URL: http://source.winehq.org/git/wine.git/?a=commit;h=bf5508f9e0f80a9675b3e772b2...
Author: Francois Gouget fgouget@free.fr Date: Tue Apr 19 06:12:52 2016 +0200
gdi32/tests: A spelling fix in a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/tests/metafile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/gdi32/tests/metafile.c b/dlls/gdi32/tests/metafile.c index 68ac425..b9e7522 100644 --- a/dlls/gdi32/tests/metafile.c +++ b/dlls/gdi32/tests/metafile.c @@ -3656,7 +3656,7 @@ static void test_emf_GradientFill(void) ok( mf != 0, "CreateEnhMetaFileA error %d\n", GetLastError() );
/* 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 * to the EMF which is rather difficult to test against. *