aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rps_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
commitc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (patch)
tree0172526a73ff97b569f3e66d12d6fe54bf181a33 /src/include/gnunet_rps_service.h
parentc90b5703c88339f7bdf909b77a45ea93c21792cd (diff)
downloadgnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.tar.gz
gnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.zip
misc spelling issues
Diffstat (limited to 'src/include/gnunet_rps_service.h')
-rw-r--r--src/include/gnunet_rps_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index f5df8639f..a0ed675f7 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -118,7 +118,7 @@ GNUNET_RPS_sub_stop (struct GNUNET_RPS_Handle *h,
118/** 118/**
119 * Request n random peers. 119 * Request n random peers.
120 * 120 *
121 * This does exacly the same as GNUNET_RPS_request_peers_single_call 121 * This does exactly the same as GNUNET_RPS_request_peers_single_call
122 * but needs a GNUNET_RPS_Handle. 122 * but needs a GNUNET_RPS_Handle.
123 * This exists only for other parts of GNUnet that expect having to 123 * This exists only for other parts of GNUnet that expect having to
124 * (dis)connect from/to a service. 124 * (dis)connect from/to a service.
@@ -161,7 +161,7 @@ GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint32_t n,
161 const struct GNUNET_PeerIdentity *ids); 161 const struct GNUNET_PeerIdentity *ids);
162 162
163/** 163/**
164 * Cancle an issued request. 164 * Cancel an issued request.
165 * 165 *
166 * @param rh handle of the pending request to be canceled 166 * @param rh handle of the pending request to be canceled
167 */ 167 */
@@ -170,9 +170,9 @@ GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh);
170 170
171 171
172/** 172/**
173 * Cancle an issued single info request. 173 * Cancel an issued single info request.
174 * 174 *
175 * @param rhs request handle of request to cancle 175 * @param rhs request handle of request to cancel
176 */ 176 */
177void 177void
178GNUNET_RPS_request_single_info_cancel ( 178GNUNET_RPS_request_single_info_cancel (