From cf33c2f9ad98edc50d50e018e214bb0b6180d96d Mon Sep 17 00:00:00 2001 From: "Carlos E. Garcia" Date: Wed, 16 Apr 2014 12:08:44 -0400 Subject: multiple spelling fixes --- toxcore/Lossless_UDP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/Lossless_UDP.c') diff --git a/toxcore/Lossless_UDP.c b/toxcore/Lossless_UDP.c index c0db8a10..9a7cdcb2 100644 --- a/toxcore/Lossless_UDP.c +++ b/toxcore/Lossless_UDP.c @@ -292,7 +292,7 @@ static int new_inconnection(Lossless_UDP *ludp, IP_Port ip_port) } /* - * return an integer corresponding to the next connection in our incoming connection list with at least numpackets in the recieve queue. + * return an integer corresponding to the next connection in our incoming connection list with at least numpackets in the receive queue. * return -1 if there are no new incoming connections in the list. */ int incoming_connection(Lossless_UDP *ludp, uint32_t numpackets) -- cgit v1.2.3