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:
parent
d8463067c9
commit
32c6d87295
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue