aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_links.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed_links.c')
-rw-r--r--src/testbed/gnunet-service-testbed_links.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testbed/gnunet-service-testbed_links.c b/src/testbed/gnunet-service-testbed_links.c
index dbdeed0d9..fe87d64ea 100644
--- a/src/testbed/gnunet-service-testbed_links.c
+++ b/src/testbed/gnunet-service-testbed_links.c
@@ -58,7 +58,7 @@ enum LCFContextState
58 DELEGATED_HOST_REGISTERED, 58 DELEGATED_HOST_REGISTERED,
59 59
60 /** 60 /**
61 * The slave host has been registred at the forwarding controller 61 * The slave host has been registered at the forwarding controller
62 */ 62 */
63 SLAVE_HOST_REGISTERED, 63 SLAVE_HOST_REGISTERED,
64 64
@@ -539,7 +539,7 @@ GST_find_dest_route (uint32_t host_id)
539 539
540 540
541/** 541/**
542 * Function to send a failure reponse for controller link operation 542 * Function to send a failure response for controller link operation
543 * 543 *
544 * @param client the client to send the message to 544 * @param client the client to send the message to
545 * @param operation_id the operation ID of the controller link request 545 * @param operation_id the operation ID of the controller link request
@@ -794,12 +794,12 @@ slave_event_cb (void *cls, const struct GNUNET_TESTBED_EventInformation *event)
794 794
795 795
796/** 796/**
797 * Callback to signal successfull startup of the controller process 797 * Callback to signal successful startup of the controller process
798 * 798 *
799 * @param cls the handle to the slave whose status is to be found here 799 * @param cls the handle to the slave whose status is to be found here
800 * @param cfg the configuration with which the controller has been started; 800 * @param cfg the configuration with which the controller has been started;
801 * NULL if status is not #GNUNET_OK 801 * NULL if status is not #GNUNET_OK
802 * @param status #GNUNET_OK if the startup is successfull; #GNUNET_SYSERR if not, 802 * @param status #GNUNET_OK if the startup is successful; #GNUNET_SYSERR if not,
803 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case 803 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case
804 */ 804 */
805static void 805static void