Module: wine Branch: master Commit: 29ae5f8e9b1b202d002a16e1f9e6f01bde47d99c URL: http://source.winehq.org/git/wine.git/?a=commit;h=29ae5f8e9b1b202d002a16e1f9...
Author: Francois Gouget fgouget@free.fr Date: Sat Jul 2 11:57:41 2016 +0200
ws2_32/tests: Fix a typo in a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@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 6853279..ed31f25 100644 --- a/dlls/ws2_32/tests/sock.c +++ b/dlls/ws2_32/tests/sock.c @@ -2652,7 +2652,7 @@ static void test_WSADuplicateSocket(void) closesocket(source);
/* create a socket, bind it, duplicate it then send data on source and - * receve in the duplicated socket */ + * receive in the duplicated socket */ source = WSASocketA(AF_INET, SOCK_DGRAM, IPPROTO_UDP, NULL, 0, 0); ok(source != INVALID_SOCKET, "WSASocketA should have succeeded\n");