mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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:
parent
cffe58c75d
commit
bf5508f9e0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue