aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api.c')
-rw-r--r--src/testbed/test_testbed_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/test_testbed_api.c b/src/testbed/test_testbed_api.c
index 49f1d9ae9..a46a7596a 100644
--- a/src/testbed/test_testbed_api.c
+++ b/src/testbed/test_testbed_api.c
@@ -269,7 +269,7 @@ service_connect_comp_cb (void *cls,
269 * @param op the operation this callback corresponds to 269 * @param op the operation this callback corresponds to
270 * @param pinfo the result; will be NULL if the operation has failed 270 * @param pinfo the result; will be NULL if the operation has failed
271 * @param emsg error message if the operation has failed; will be NULL if the 271 * @param emsg error message if the operation has failed; will be NULL if the
272 * operation is successfull 272 * operation is successful
273 */ 273 */
274static void 274static void
275peerinfo_cb (void *cb_cls, 275peerinfo_cb (void *cb_cls,
@@ -420,12 +420,12 @@ registration_comp (void *cls,
420 420
421 421
422/** 422/**
423 * Callback to signal successfull startup of the controller process 423 * Callback to signal successful startup of the controller process
424 * 424 *
425 * @param cls the closure from GNUNET_TESTBED_controller_start() 425 * @param cls the closure from GNUNET_TESTBED_controller_start()
426 * @param cfg the configuration with which the controller has been started; 426 * @param cfg the configuration with which the controller has been started;
427 * NULL if status is not #GNUNET_OK 427 * NULL if status is not #GNUNET_OK
428 * @param status #GNUNET_OK if the startup is successfull; #GNUNET_SYSERR if not, 428 * @param status #GNUNET_OK if the startup is successful; #GNUNET_SYSERR if not,
429 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case 429 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case
430 */ 430 */
431static void 431static void