summaryrefslogtreecommitdiff
path: root/testing/DHT_cryptosendfiletest.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_cryptosendfiletest.c
parent9a0d74908340e1a5e244eebae54feef584544261 (diff)
Spelling mistakes fixed.
Diffstat (limited to 'testing/DHT_cryptosendfiletest.c')
-rw-r--r--testing/DHT_cryptosendfiletest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/DHT_cryptosendfiletest.c b/testing/DHT_cryptosendfiletest.c
index 09683a45..ad77a17d 100644
--- a/testing/DHT_cryptosendfiletest.c
+++ b/testing/DHT_cryptosendfiletest.c
@@ -131,7 +131,7 @@ int main(int argc, char *argv[])
131 while(1) 131 while(1)
132 { 132 {
133 133
134 while(recievepacket(&ip_port, data, &length) != -1) 134 while(receivepacket(&ip_port, data, &length) != -1)
135 { 135 {
136 if(rand() % 3 != 1)//simulate packet loss 136 if(rand() % 3 != 1)//simulate packet loss
137 { 137 {