Francois Gouget : ws2_32/tests: A spelling fix in a comment.
Module: wine Branch: master Commit: 32c6d8729588339f44eca4f67a48add0c2be4204 URL: http://source.winehq.org/git/wine.git/?a=commit;h=32c6d8729588339f44eca4f67a... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Jul 6 12:21:57 2017 +0200 ws2_32/tests: A spelling fix in a comment. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 f3ba11c..2790fea 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;
participants (1)
-
Alexandre Julliard