From b996ba4156678b6a0a551b9a932867b2ade42344 Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Sat, 24 Apr 2021 17:30:45 +0200 Subject: -Fix several incorrect uses of `i.e.' With some other changes to sentences here and there as I found appropriate. --- src/dht/dht_api.c | 2 +- src/dht/gnunet-service-dht_clients.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dht') diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c index ffcfba997..96399cb5a 100644 --- a/src/dht/dht_api.c +++ b/src/dht/dht_api.c @@ -1026,7 +1026,7 @@ GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, * has not yet been sent to the service, cancelling the PUT will stop * this from happening (but there is no way for the user of this API * to tell if that is the case). The only use for this API is to - * prevent a later call to 'cont' from #GNUNET_DHT_put (i.e. because + * prevent a later call to 'cont' from #GNUNET_DHT_put (e.g. because * the system is shutting down). * * @param ph put operation to cancel ('cont' will no longer be called) diff --git a/src/dht/gnunet-service-dht_clients.c b/src/dht/gnunet-service-dht_clients.c index dfa8ee380..cfcb25336 100644 --- a/src/dht/gnunet-service-dht_clients.c +++ b/src/dht/gnunet-service-dht_clients.c @@ -1482,7 +1482,7 @@ GDS_CLIENTS_stop () /** * Define "main" method using service macro. * - * @param name name of the service, i.e. "dht" or "xdht" + * @param name name of the service, like "dht" or "xdht" * @param run name of the initializaton method for the service */ #define GDS_DHT_SERVICE_INIT(name, run) \ -- cgit v1.2.3