From 84b2518a5a38e2866bd5eab994eaf8e670ffb1c6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Apr 2019 11:52:01 +0200 Subject: typos --- src/include/gnunet_rps_service.h | 12 ++++++------ src/rps/gnunet-service-rps.c | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h index c88e75cc7..b669c55ef 100644 --- a/src/include/gnunet_rps_service.h +++ b/src/include/gnunet_rps_service.h @@ -87,7 +87,7 @@ typedef void (* GNUNET_RPS_NotifyReadySingleInfoCB) (void *cls, * @param cfg configuration to use * @return handle to the rps service */ - struct GNUNET_RPS_Handle * +struct GNUNET_RPS_Handle * GNUNET_RPS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg); @@ -95,7 +95,7 @@ GNUNET_RPS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg); * @brief Start a sub with the given shared value * * @param h Handle to rps - * @param shared_value The shared value that defines the members of the sub (-gorup) + * @param shared_value The shared value that defines the members of the sub (-group) */ void GNUNET_RPS_sub_start (struct GNUNET_RPS_Handle *h, @@ -106,7 +106,7 @@ GNUNET_RPS_sub_start (struct GNUNET_RPS_Handle *h, * @brief Stop a sub with the given shared value * * @param h Handle to rps - * @param shared_value The shared value that defines the members of the sub (-gorup) + * @param shared_value The shared value that defines the members of the sub (-group) */ void GNUNET_RPS_sub_stop (struct GNUNET_RPS_Handle *h, @@ -127,7 +127,7 @@ GNUNET_RPS_sub_stop (struct GNUNET_RPS_Handle *h, * @param cls a closure that will be given to the callback * @return handle to this request */ - struct GNUNET_RPS_Request_Handle * +struct GNUNET_RPS_Request_Handle * GNUNET_RPS_request_peers (struct GNUNET_RPS_Handle *h, uint32_t n, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls); @@ -154,7 +154,7 @@ GNUNET_RPS_request_peer_info (struct GNUNET_RPS_Handle *rps_handle, * @param n number of peers to seed * @param ids the ids of the peers seeded */ - void +void GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint32_t n, const struct GNUNET_PeerIdentity * ids); @@ -163,7 +163,7 @@ GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint32_t n, * * @param rh handle of the pending request to be canceled */ - void +void GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh); diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c index e929c89de..c5530a1eb 100644 --- a/src/rps/gnunet-service-rps.c +++ b/src/rps/gnunet-service-rps.c @@ -345,7 +345,7 @@ struct Sub unsigned int sampler_size_est_need; /** - * Time inverval the do_round task runs in. + * Time interval the do_round task runs in. */ struct GNUNET_TIME_Relative round_interval; -- cgit v1.2.3