aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_cmd_controller.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_cmd_controller.c')
-rw-r--r--src/testbed/testbed_api_cmd_controller.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed_api_cmd_controller.c b/src/testbed/testbed_api_cmd_controller.c
index da23df1ef..e3044eaa7 100644
--- a/src/testbed/testbed_api_cmd_controller.c
+++ b/src/testbed/testbed_api_cmd_controller.c
@@ -126,12 +126,12 @@ registration_comp (void *cls,
126 126
127 127
128/** 128/**
129 * Callback to signal successfull startup of the controller process 129 * Callback to signal successful startup of the controller process
130 * 130 *
131 * @param cls the closure from GNUNET_TESTBED_controller_start() 131 * @param cls the closure from GNUNET_TESTBED_controller_start()
132 * @param cfg the configuration with which the controller has been started; 132 * @param cfg the configuration with which the controller has been started;
133 * NULL if status is not #GNUNET_OK 133 * NULL if status is not #GNUNET_OK
134 * @param status #GNUNET_OK if the startup is successfull; #GNUNET_SYSERR if not, 134 * @param status #GNUNET_OK if the startup is successful; #GNUNET_SYSERR if not,
135 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case 135 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case
136 */ 136 */
137static void 137static void