Commit 32c6d872 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ws2_32/tests: A spelling fix in a comment.

parent d8463067
...@@ -1643,7 +1643,7 @@ todo_wine ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment