From 32c6d8729588339f44eca4f67a48add0c2be4204 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 6 Jul 2017 12:21:57 +0200 Subject: [PATCH] ws2_32/tests: A spelling fix in a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/ws2_32/tests/sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c index f3ba11ceb60..2790fea1243 100644 --- a/dlls/ws2_32/tests/sock.c +++ b/dlls/ws2_32/tests/sock.c @@ -1643,7 +1643,7 @@ todo_wine ok(k == 99, "Expected 99, got %d\n", k); } } - else /* <= 2003 the tests differ between TCP and UDP, UDP silenty accepts */ + else /* <= 2003 the tests differ between TCP and UDP, UDP silently accepts */ { SetLastError(0xdeadbeef); k = 99; -- 2.11.4.GIT