gdi32/tests: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Mon Apr 18 23:12:52 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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.
      *
-- 
2.8.0.rc3



More information about the wine-patches mailing list