From c9bef190436adff1b2b06410f80129171d2d9f49 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 25 Aug 2008 20:10:45 +0000 Subject: (svn r14174) -Fix: since now, we are 'losing' things, not 'loosing' --- src/network/core/udp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core/udp.cpp') diff --git a/src/network/core/udp.cpp b/src/network/core/udp.cpp index 77a4c81ae..8035446c0 100644 --- a/src/network/core/udp.cpp +++ b/src/network/core/udp.cpp @@ -112,7 +112,7 @@ void NetworkUDPSocketHandler::ReceivePackets() client_len = sizeof(client_addr); /* Try to receive anything */ - SetNonBlocking(this->sock); // Some OSes seem to loose the non-blocking status of the socket + SetNonBlocking(this->sock); // Some OSes seem to lose the non-blocking status of the socket nbytes = recvfrom(this->sock, (char*)p.buffer, packet_len, 0, (struct sockaddr *)&client_addr, &client_len); /* We got some bytes for the base header of the packet. */ -- cgit v1.2.3-54-g00ecf