aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2021-04-24 17:30:45 +0200
committerAlessio Vanni <vannilla@firemail.cc>2021-04-24 17:30:45 +0200
commitb996ba4156678b6a0a551b9a932867b2ade42344 (patch)
treeb03c302dddcccae0c0a3f76898617b83b1157528 /src/include/gnunet_dht_service.h
parent8233e282046e27de57de75f175e131a974087618 (diff)
downloadgnunet-b996ba4156678b6a0a551b9a932867b2ade42344.tar.gz
gnunet-b996ba4156678b6a0a551b9a932867b2ade42344.zip
-Fix several incorrect uses of `i.e.'
With some other changes to sentences here and there as I found appropriate.
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index ea3ea92fa..95d30ae6f 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -178,7 +178,7 @@ GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle,
178 * has not yet been sent to the service, cancelling the PUT will stop 178 * has not yet been sent to the service, cancelling the PUT will stop
179 * this from happening (but there is no way for the user of this API 179 * this from happening (but there is no way for the user of this API
180 * to tell if that is the case). The only use for this API is to 180 * to tell if that is the case). The only use for this API is to
181 * prevent a later call to 'cont' from #GNUNET_DHT_put (i.e. because 181 * prevent a later call to 'cont' from #GNUNET_DHT_put (e.g. because
182 * the system is shutting down). 182 * the system is shutting down).
183 * 183 *
184 * @param ph put operation to cancel ('cont' will no longer be called) 184 * @param ph put operation to cancel ('cont' will no longer be called)