From bf5508f9e0f80a9675b3e772b262995595b7142c Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 19 Apr 2016 06:12:52 +0200 Subject: [PATCH] gdi32/tests: A spelling fix in a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- 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 68ac425315d..b9e7522243b 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. *