Francois Gouget : ws2_32/tests: A spelling fix in a comment.

Alexandre Julliard julliard at winehq.org
Thu Jul 6 16:25:17 CDT 2017


Module: wine
Branch: master
Commit: 32c6d8729588339f44eca4f67a48add0c2be4204
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=32c6d8729588339f44eca4f67a48add0c2be4204

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Alexandre Julliard <julliard at 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;




More information about the wine-cvs mailing list