aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing.h')
-rw-r--r--src/transport/transport-testing.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index 0f7c51ce5..c548e59c1 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -181,7 +181,7 @@ struct GNUNET_TRANSPORT_TESTING_ConnectRequest
181 struct GNUNET_SCHEDULER_Task *tct; 181 struct GNUNET_SCHEDULER_Task *tct;
182 182
183 /** 183 /**
184 * Handle by which we ask ATS to faciliate the connection. 184 * Handle by which we ask ATS to facilitate the connection.
185 */ 185 */
186 struct GNUNET_ATS_ConnectivitySuggestHandle *ats_sh; 186 struct GNUNET_ATS_ConnectivitySuggestHandle *ats_sh;
187 187
@@ -348,7 +348,7 @@ GNUNET_TRANSPORT_TESTING_connect_peers (
348/** 348/**
349 * Cancel the request to connect two peers. You MUST cancel the 349 * Cancel the request to connect two peers. You MUST cancel the
350 * request if you stop the peers before the peers connected 350 * request if you stop the peers before the peers connected
351 * succesfully. 351 * successfully.
352 * 352 *
353 * @param cc a connect request handle 353 * @param cc a connect request handle
354 */ 354 */
@@ -902,7 +902,7 @@ GNUNET_TRANSPORT_TESTING_get_test_plugin_name (const char *executable,
902 902
903/** 903/**
904 * Extracts the filename from an absolute file name and removes the 904 * Extracts the filename from an absolute file name and removes the
905 * extenstion 905 * extension
906 * 906 *
907 * @param file absolute file name 907 * @param file absolute file name
908 * @return the source name 908 * @return the source name