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:
Francois Gouget 2016-05-15 15:33:17 +02:00 committed by Alexandre Julliard
parent 6fe747bbbc
commit 2bd154d838
1 changed files with 1 additions and 1 deletions

View File

@ -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() );