ws2_32/tests: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2017-07-06 12:21:57 +02:00 committed by Alexandre Julliard
parent d8463067c9
commit 32c6d87295
1 changed files with 1 additions and 1 deletions

View File

@ -1643,7 +1643,7 @@ todo_wine
ok(k == 99, "Expected 99, got %d\n", k); 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); SetLastError(0xdeadbeef);
k = 99; k = 99;