aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 2b866e6f8a..4e6093a683 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -103,7 +103,7 @@ struct GNUNET_CLIENT_TransmitHandle
/**
- * Context for processing
+ * Context for processing
* "GNUNET_CLIENT_transmit_and_get_response" requests.
*/
struct TransmitGetResponseContext
@@ -692,7 +692,7 @@ write_test (void *cls, size_t size, void *buf)
*
* @param service name of the service to wait for
* @param cfg configuration to use
- * @param timeout how long to wait at most
+ * @param timeout how long to wait at most
* @param task task to run if service is running
* (reason will be "PREREQ_DONE" (service running)
* or "TIMEOUT" (service not known to be running))
@@ -1108,7 +1108,7 @@ GNUNET_CLIENT_notify_transmit_ready (struct GNUNET_CLIENT_Connection *sock,
/**
* Cancel a request for notification.
- *
+ *
* @param th handle from the original request.
*/
void
@@ -1188,7 +1188,7 @@ transmit_for_response (void *cls, size_t size, void *buf)
* if the caller does not care about temporary connection errors,
* for example because the protocol is stateless
* @param rn function to call with the response
- * @param rn_cls closure for rn
+ * @param rn_cls closure for rn
* @return GNUNET_OK on success, GNUNET_SYSERR if a request
* is already pending
*/