aboutsummaryrefslogtreecommitdiff
path: root/src/identity
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/identity
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/identity')
-rw-r--r--src/identity/gnunet-identity.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/identity/gnunet-identity.c b/src/identity/gnunet-identity.c
index a01cd1ed7..d8dc936d3 100644
--- a/src/identity/gnunet-identity.c
+++ b/src/identity/gnunet-identity.c
@@ -268,13 +268,12 @@ set_done (void *cls, const char *emsg)
268 * with 'NULL' for 'ego'. That does NOT mean that the callback won't 268 * with 'NULL' for 'ego'. That does NOT mean that the callback won't
269 * be invoked in the future or that there was an error. 269 * be invoked in the future or that there was an error.
270 * 270 *
271 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', 271 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', this
272 * this function is only called ONCE, and 'NULL' being passed in 272 * function is only called ONCE, and 'NULL' being passed in 'ego' does
273 * 'ego' does indicate an error (i.e. name is taken or no default 273 * indicate an error (for example because name is taken or no default value is
274 * value is known). If 'ego' is non-NULL and if '*ctx' 274 * known). If 'ego' is non-NULL and if '*ctx' is set in those callbacks, the
275 * is set in those callbacks, the value WILL be passed to a subsequent 275 * value WILL be passed to a subsequent call to the identity callback of
276 * call to the identity callback of 'GNUNET_IDENTITY_connect' (if 276 * 'GNUNET_IDENTITY_connect' (if that one was not NULL).
277 * that one was not NULL).
278 * 277 *
279 * When an identity is renamed, this function is called with the 278 * When an identity is renamed, this function is called with the
280 * (known) ego but the NEW identifier. 279 * (known) ego but the NEW identifier.