From 2bd154d838d2443a680f3e4698cf5cc7c2c23837 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 15 May 2016 15:33:17 +0200 Subject: [PATCH] kernel32/tests: Fix a spelling typo in a virtual comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/kernel32/tests/virtual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/kernel32/tests/virtual.c b/dlls/kernel32/tests/virtual.c index 5503e257f92..37206b5505a 100644 --- a/dlls/kernel32/tests/virtual.c +++ b/dlls/kernel32/tests/virtual.c @@ -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() ); -- 2.11.4.GIT