aboutsummaryrefslogtreecommitdiff
path: root/src/pt
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/pt
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/pt')
-rw-r--r--src/pt/test_gns_vpn.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index 7b4abaec2..e20d835f8 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -530,13 +530,12 @@ fork_and_exec (const char *file,
530 * with 'NULL' for @a ego. That does NOT mean that the callback won't 530 * with 'NULL' for @a ego. That does NOT mean that the callback won't
531 * be invoked in the future or that there was an error. 531 * be invoked in the future or that there was an error.
532 * 532 *
533 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, 533 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, this
534 * this function is only called ONCE, and 'NULL' being passed in 534 * function is only called ONCE, and 'NULL' being passed in @a ego does
535 * @a ego does indicate an error (i.e. name is taken or no default 535 * indicate an error (for example because name is taken or no default value is
536 * value is known). If @a ego is non-NULL and if '*ctx' 536 * known). If @a ego is non-NULL and if '*ctx' is set in those callbacks, the
537 * is set in those callbacks, the value WILL be passed to a subsequent 537 * value WILL be passed to a subsequent call to the identity callback of
538 * call to the identity callback of #GNUNET_IDENTITY_connect (if 538 * #GNUNET_IDENTITY_connect (if that one was not NULL).
539 * that one was not NULL).
540 * 539 *
541 * When an identity is renamed, this function is called with the 540 * When an identity is renamed, this function is called with the
542 * (known) @a ego but the NEW @a name. 541 * (known) @a ego but the NEW @a name.