aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing2.h')
-rw-r--r--src/transport/transport-testing2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport-testing2.h b/src/transport/transport-testing2.h
index db8700df9..e2167ca7e 100644
--- a/src/transport/transport-testing2.h
+++ b/src/transport/transport-testing2.h
@@ -197,7 +197,7 @@ struct GNUNET_TRANSPORT_TESTING_ConnectRequest
197 struct GNUNET_SCHEDULER_Task *tct; 197 struct GNUNET_SCHEDULER_Task *tct;
198 198
199 /** 199 /**
200 * Handle by which we ask ATS to faciliate the connection. 200 * Handle by which we ask ATS to facilitate the connection.
201 */ 201 */
202 struct GNUNET_ATS_ConnectivitySuggestHandle *ats_sh; 202 struct GNUNET_ATS_ConnectivitySuggestHandle *ats_sh;
203 203
@@ -358,7 +358,7 @@ GNUNET_TRANSPORT_TESTING_connect_peers (
358/** 358/**
359 * Cancel the request to connect two peers. You MUST cancel the 359 * Cancel the request to connect two peers. You MUST cancel the
360 * request if you stop the peers before the peers connected 360 * request if you stop the peers before the peers connected
361 * succesfully. 361 * successfully.
362 * 362 *
363 * @param cc a connect request handle 363 * @param cc a connect request handle
364 */ 364 */
@@ -912,7 +912,7 @@ GNUNET_TRANSPORT_TESTING_get_test_plugin_name (const char *executable,
912 912
913/** 913/**
914 * Extracts the filename from an absolute file name and removes the 914 * Extracts the filename from an absolute file name and removes the
915 * extenstion 915 * extension
916 * 916 *
917 * @param file absolute file name 917 * @param file absolute file name
918 * @return the source name 918 * @return the source name