kernel32/tests: Fix a spelling typo in a virtual comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6fe747bbbc
commit
2bd154d838
|
@ -2591,7 +2591,7 @@ static void test_atl_thunk_emulation( ULONG dep_flags )
|
|||
ok( count == 1, "wrong count %lu\n", count );
|
||||
ok( results[0] == base, "wrong result %p\n", results[0] );
|
||||
|
||||
/* Create a new window class and associcated Window (see above) */
|
||||
/* Create a new window class and associated Window (see above) */
|
||||
|
||||
success = VirtualProtect( base, size, PAGE_EXECUTE_READWRITE, &old_prot );
|
||||
ok( success, "VirtualProtect failed %u\n", GetLastError() );
|
||||
|
|
Loading…
Reference in New Issue