Commit 29ae5f8e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ws2_32/tests: Fix a typo in a comment.

parent 5880f5c5
......@@ -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");
......
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