aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_cmd_tng_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_cmd_tng_service.c')
-rw-r--r--src/testbed/testbed_api_cmd_tng_service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed_api_cmd_tng_service.c b/src/testbed/testbed_api_cmd_tng_service.c
index f9ef44bad..cce2e14e3 100644
--- a/src/testbed/testbed_api_cmd_tng_service.c
+++ b/src/testbed/testbed_api_cmd_tng_service.c
@@ -177,7 +177,7 @@ service_connect_comp_cb (void *cls,
177 if (NULL != emsg) 177 if (NULL != emsg)
178 { 178 {
179 LOG (GNUNET_ERROR_TYPE_DEBUG, 179 LOG (GNUNET_ERROR_TYPE_DEBUG,
180 "An error occured connecting to service %s\n", 180 "An error occurred connecting to service %s\n",
181 emsg); 181 emsg);
182 GNUNET_TESTBED_operation_done (ts->operation); 182 GNUNET_TESTBED_operation_done (ts->operation);
183 } 183 }
@@ -191,7 +191,7 @@ service_connect_comp_cb (void *cls,
191 * @param op the operation this callback corresponds to 191 * @param op the operation this callback corresponds to
192 * @param pinfo the result; will be NULL if the operation has failed 192 * @param pinfo the result; will be NULL if the operation has failed
193 * @param emsg error message if the operation has failed; 193 * @param emsg error message if the operation has failed;
194 * NULL if the operation is successfull 194 * NULL if the operation is successful
195 */ 195 */
196static void 196static void
197pi_cb (void *cls, 197pi_cb (void *cls,