aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/test_cadet.c')
-rw-r--r--src/cadet/test_cadet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c
index 23f2ccbe3..bdf2ac986 100644
--- a/src/cadet/test_cadet.c
+++ b/src/cadet/test_cadet.c
@@ -224,7 +224,7 @@ static struct GNUNET_CADET_Channel *incoming_ch;
224 224
225/** 225/**
226 * Time we started the data transmission (after channel has been established 226 * Time we started the data transmission (after channel has been established
227 * and initilized). 227 * and initialized).
228 */ 228 */
229static struct GNUNET_TIME_Absolute start_time; 229static struct GNUNET_TIME_Absolute start_time;
230 230
@@ -292,7 +292,7 @@ get_target_channel ()
292 292
293 293
294/** 294/**
295 * Show the results of the test (banwidth acheived) and log them to GAUGER 295 * Show the results of the test (banwidth achieved) and log them to GAUGER
296 */ 296 */
297static void 297static void
298show_end_data (void) 298show_end_data (void)
@@ -1311,7 +1311,7 @@ start_test (void *cls)
1311 * @param op the operation this callback corresponds to 1311 * @param op the operation this callback corresponds to
1312 * @param pinfo the result; will be NULL if the operation has failed 1312 * @param pinfo the result; will be NULL if the operation has failed
1313 * @param emsg error message if the operation has failed; 1313 * @param emsg error message if the operation has failed;
1314 * NULL if the operation is successfull 1314 * NULL if the operation is successful
1315 */ 1315 */
1316static void 1316static void
1317pi_cb (void *cls, 1317pi_cb (void *cls,