summaryrefslogtreecommitdiff
path: root/testing/DHT_sendfiletest.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-08 12:36:11 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-08 12:36:11 -0400
commitc00cf85078a3d0ba372dc95d9ca1f54007d10ba5 (patch)
treec3d1a1da9c4e026d200152fa6b2acb46a218a808 /testing/DHT_sendfiletest.c
parent9a0d74908340e1a5e244eebae54feef584544261 (diff)
Spelling mistakes fixed.
Diffstat (limited to 'testing/DHT_sendfiletest.c')
-rw-r--r--testing/DHT_sendfiletest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/DHT_sendfiletest.c b/testing/DHT_sendfiletest.c
index 9a455056..52ee7400 100644
--- a/testing/DHT_sendfiletest.c
+++ b/testing/DHT_sendfiletest.c
@@ -85,7 +85,7 @@ int main(int argc, char *argv[])
85 while(1) 85 while(1)
86 { 86 {
87 87
88 while(recievepacket(&ip_port, data, &length) != -1) 88 while(receivepacket(&ip_port, data, &length) != -1)
89 { 89 {
90 if(rand() % 3 != 1)//simulate packet loss 90 if(rand() % 3 != 1)//simulate packet loss
91 { 91 {