aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet_flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/test_cadet_flow.c')
-rw-r--r--src/cadet/test_cadet_flow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cadet/test_cadet_flow.c b/src/cadet/test_cadet_flow.c
index 2fbdd8d50..9f5a45986 100644
--- a/src/cadet/test_cadet_flow.c
+++ b/src/cadet/test_cadet_flow.c
@@ -176,7 +176,7 @@ static struct GNUNET_CADET_Channel *incoming_ch;
176 176
177/** 177/**
178 * Time we started the data transmission (after channel has been established 178 * Time we started the data transmission (after channel has been established
179 * and initilized). 179 * and initialized).
180 */ 180 */
181static struct GNUNET_TIME_Absolute start_time; 181static struct GNUNET_TIME_Absolute start_time;
182 182
@@ -207,7 +207,7 @@ static unsigned int msg_dropped;
207 207
208 208
209/** 209/**
210 * Show the results of the test (banwidth acheived) and log them to GAUGER 210 * Show the results of the test (banwidth achieved) and log them to GAUGER
211 */ 211 */
212static void 212static void
213show_end_data (void) 213show_end_data (void)
@@ -743,7 +743,7 @@ start_test (void *cls)
743 * @param op the operation this callback corresponds to 743 * @param op the operation this callback corresponds to
744 * @param pinfo the result; will be NULL if the operation has failed 744 * @param pinfo the result; will be NULL if the operation has failed
745 * @param emsg error message if the operation has failed; 745 * @param emsg error message if the operation has failed;
746 * NULL if the operation is successfull 746 * NULL if the operation is successful
747 */ 747 */
748static void 748static void
749pi_cb (void *cls, 749pi_cb (void *cls,