gdi32/tests: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-04-19 06:12:52 +02:00 committed by Alexandre Julliard
parent cffe58c75d
commit bf5508f9e0
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*