aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_api.c')
-rw-r--r--src/cadet/cadet_api.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 45cc508a6..c9f0722d5 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -230,7 +230,7 @@ destroy_channel (struct GNUNET_CADET_Channel *ch)
230 230
231 231
232/** 232/**
233 * Reconnect to the service, retransmit all infomation to try to restore the 233 * Reconnect to the service, retransmit all information to try to restore the
234 * original state. 234 * original state.
235 * 235 *
236 * @param h handle to the cadet 236 * @param h handle to the cadet
@@ -265,8 +265,8 @@ open_port_cb (void *cls, const struct GNUNET_HashCode *id, void *value)
265 265
266 266
267/** 267/**
268 * Reconnect callback: tries to reconnect again after a failer previous 268 * Reconnect callback: tries to reconnect again after a failed previous
269 * reconnecttion 269 * connection
270 * 270 *
271 * @param cls closure (cadet handle) 271 * @param cls closure (cadet handle)
272 */ 272 */
@@ -706,7 +706,7 @@ handle_mq_error (void *cls, enum GNUNET_MQ_Error error)
706 706
707 707
708/** 708/**
709 * Reconnect to the service, retransmit all infomation to try to restore the 709 * Reconnect to the service, retransmit all information to try to restore the
710 * original state. 710 * original state.
711 * 711 *
712 * @param h handle to the cadet 712 * @param h handle to the cadet
@@ -858,7 +858,7 @@ GNUNET_CADET_channel_destroy (struct GNUNET_CADET_Channel *channel)
858 * 858 *
859 * @param channel Channel handle. 859 * @param channel Channel handle.
860 * @param option Query (GNUNET_CADET_OPTION_*). 860 * @param option Query (GNUNET_CADET_OPTION_*).
861 * @param ... dependant on option, currently not used 861 * @param ... dependent on option, currently not used
862 * 862 *
863 * @return Union with an answer to the query. 863 * @return Union with an answer to the query.
864 */ 864 */
@@ -955,7 +955,7 @@ return_agpl (void *cls, const struct GNUNET_MessageHeader *msg)
955 955
956 956
957/** 957/**
958 * Open a port to receive incomming MQ-based channels. 958 * Open a port to receive incoming MQ-based channels.
959 * 959 *
960 * @param h CADET handle. 960 * @param h CADET handle.
961 * @param port Hash identifying the port. 961 * @param port Hash identifying the port.