Francois Gouget : kernel32/tests: Fix a spelling typo in a virtual comment.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 16 10:36:44 CDT 2016


Module: wine
Branch: master
Commit: 2bd154d838d2443a680f3e4698cf5cc7c2c23837
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2bd154d838d2443a680f3e4698cf5cc7c2c23837

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun May 15 15:33:17 2016 +0200

kernel32/tests: Fix a spelling typo in a virtual comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 5503e25..37206b5 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() );




More information about the wine-cvs mailing list