aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_controllerlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_controllerlink.c')
-rw-r--r--src/testbed/test_testbed_api_controllerlink.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testbed/test_testbed_api_controllerlink.c b/src/testbed/test_testbed_api_controllerlink.c
index 784407520..0ec9d63e1 100644
--- a/src/testbed/test_testbed_api_controllerlink.c
+++ b/src/testbed/test_testbed_api_controllerlink.c
@@ -163,7 +163,7 @@ enum Stage
163 SLAVE1_PEER_DESTROY_SUCCESS, 163 SLAVE1_PEER_DESTROY_SUCCESS,
164 164
165 /** 165 /**
166 * Peer destory on slave 2 successful 166 * Peer destroy on slave 2 successful
167 */ 167 */
168 SLAVE2_PEER_DESTROY_SUCCESS, 168 SLAVE2_PEER_DESTROY_SUCCESS,
169 169
@@ -178,7 +178,7 @@ enum Stage
178 SLAVE3_LINK_SUCCESS, 178 SLAVE3_LINK_SUCCESS,
179 179
180 /** 180 /**
181 * Master peer destoryed. Destory slave 3 peer 181 * Master peer destroyed. Destroy slave 3 peer
182 */ 182 */
183 MASTER_PEER_DESTROY_SUCCESS, 183 MASTER_PEER_DESTROY_SUCCESS,
184 184
@@ -478,7 +478,7 @@ peer_create_cb (void *cls, struct GNUNET_TESTBED_Peer *peer, const char *emsg)
478 478
479/** 479/**
480 * Checks the event if it is an operation finished event and if indicates a 480 * Checks the event if it is an operation finished event and if indicates a
481 * successfull completion of operation 481 * successful completion of operation
482 * 482 *
483 * @param event the event information to check 483 * @param event the event information to check
484 */ 484 */
@@ -727,12 +727,12 @@ registration_cont (void *cls, const char *emsg)
727 727
728 728
729/** 729/**
730 * Callback to signal successfull startup of the controller process 730 * Callback to signal successful startup of the controller process
731 * 731 *
732 * @param cls the closure from GNUNET_TESTBED_controller_start() 732 * @param cls the closure from GNUNET_TESTBED_controller_start()
733 * @param cfg the configuration with which the controller has been started; 733 * @param cfg the configuration with which the controller has been started;
734 * NULL if status is not GNUNET_OK 734 * NULL if status is not GNUNET_OK
735 * @param status GNUNET_OK if the startup is successfull; GNUNET_SYSERR if not, 735 * @param status GNUNET_OK if the startup is successful; GNUNET_SYSERR if not,
736 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case 736 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case
737 */ 737 */
738static void 738static void