summaryrefslogtreecommitdiff
path: root/toxcore/Lossless_UDP.c
diff options
context:
space:
mode:
authorCarlos E. Garcia <carlos@cgarcia.org>2014-04-16 12:08:44 -0400
committerCarlos E. Garcia <carlos@cgarcia.org>2014-04-16 12:14:44 -0400
commitcf33c2f9ad98edc50d50e018e214bb0b6180d96d (patch)
treeb3350486775a95f5774f4352aef38de588a64af7 /toxcore/Lossless_UDP.c
parent3835bc167b37a0faada3362a1f3a57632d58b6da (diff)
multiple spelling fixes
Diffstat (limited to 'toxcore/Lossless_UDP.c')
-rw-r--r--toxcore/Lossless_UDP.c2
1 files changed, 1 insertions, 1 deletions
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)
292} 292}
293 293
294/* 294/*
295 * return an integer corresponding to the next connection in our incoming connection list with at least numpackets in the recieve queue. 295 * return an integer corresponding to the next connection in our incoming connection list with at least numpackets in the receive queue.
296 * return -1 if there are no new incoming connections in the list. 296 * return -1 if there are no new incoming connections in the list.
297 */ 297 */
298int incoming_connection(Lossless_UDP *ludp, uint32_t numpackets) 298int incoming_connection(Lossless_UDP *ludp, uint32_t numpackets)