ws2_32/tests: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Thu Jul 6 05:21:57 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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.13.2




More information about the wine-patches mailing list