aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-sampler_client.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
commit1f2674fe293be7c1a852fbe4a7241fbcb149078f (patch)
tree075dd0aa3d2b19b0c62b18bdf3d99f324dea2966 /src/rps/rps-sampler_client.h
parent82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (diff)
downloadgnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.tar.gz
gnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.zip
-fix typos
Diffstat (limited to 'src/rps/rps-sampler_client.h')
-rw-r--r--src/rps/rps-sampler_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/rps-sampler_client.h b/src/rps/rps-sampler_client.h
index e6b808650..7a674371d 100644
--- a/src/rps/rps-sampler_client.h
+++ b/src/rps/rps-sampler_client.h
@@ -123,7 +123,7 @@ RPS_sampler_get_n_rand_peers (struct RPS_Sampler *sampler,
123 123
124 124
125/** 125/**
126 * Cancle a request issued through #RPS_sampler_n_rand_peers_ready_cb. 126 * Cancel a request issued through #RPS_sampler_n_rand_peers_ready_cb.
127 * 127 *
128 * @param req_handle the handle to the request 128 * @param req_handle the handle to the request
129 */ 129 */
@@ -134,7 +134,7 @@ RPS_sampler_request_cancel (struct RPS_SamplerRequestHandle *req_handle);
134/** 134/**
135 * Counts how many Samplers currently hold a given PeerID. 135 * Counts how many Samplers currently hold a given PeerID.
136 * 136 *
137 * @param sampler the sampler to cound ids in. 137 * @param sampler the sampler to count ids in.
138 * @param id the PeerID to count. 138 * @param id the PeerID to count.
139 * 139 *
140 * @return the number of occurrences of id. 140 * @return the number of occurrences of id.