aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
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/namestore
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/namestore')
-rw-r--r--src/namestore/gnunet-namestore-fcfsd.c15
-rw-r--r--src/namestore/gnunet-zoneimport.c13
2 files changed, 13 insertions, 15 deletions
diff --git a/src/namestore/gnunet-namestore-fcfsd.c b/src/namestore/gnunet-namestore-fcfsd.c
index 22d108067..6d794746e 100644
--- a/src/namestore/gnunet-namestore-fcfsd.c
+++ b/src/namestore/gnunet-namestore-fcfsd.c
@@ -751,7 +751,7 @@ lookup_it_finished (void *cls)
751 * @param connection MHD connection handle 751 * @param connection MHD connection handle
752 * @param url the requested url 752 * @param url the requested url
753 * @param method the HTTP method used ("GET", "PUT", etc.) 753 * @param method the HTTP method used ("GET", "PUT", etc.)
754 * @param version the HTTP version string (i.e. "HTTP/1.1") 754 * @param version the HTTP version string ("HTTP/1.1" for version 1.1, etc.)
755 * @param upload_data the data being uploaded (excluding HEADERS, 755 * @param upload_data the data being uploaded (excluding HEADERS,
756 * for a POST that fits into memory and that is encoded 756 * for a POST that fits into memory and that is encoded
757 * with a supported encoding, the POST data will NOT be 757 * with a supported encoding, the POST data will NOT be
@@ -1057,13 +1057,12 @@ do_shutdown (void *cls)
1057/** 1057/**
1058 * Method called to inform about the egos of this peer. 1058 * Method called to inform about the egos of this peer.
1059 * 1059 *
1060 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, 1060 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, this
1061 * this function is only called ONCE, and 'NULL' being passed in 1061 * function is only called ONCE, and 'NULL' being passed in @a ego does
1062 * @a ego does indicate an error (i.e. name is taken or no default 1062 * indicate an error (for example because name is taken or no default value is
1063 * value is known). If @a ego is non-NULL and if '*ctx' 1063 * known). If @a ego is non-NULL and if '*ctx' is set in those callbacks, the
1064 * is set in those callbacks, the value WILL be passed to a subsequent 1064 * value WILL be passed to a subsequent call to the identity callback of
1065 * call to the identity callback of #GNUNET_IDENTITY_connect (if 1065 * #GNUNET_IDENTITY_connect (if that one was not NULL).
1066 * that one was not NULL).
1067 * 1066 *
1068 * @param cls closure, NULL 1067 * @param cls closure, NULL
1069 * @param ego ego handle 1068 * @param ego ego handle
diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c
index ce62b52d5..68b43a016 100644
--- a/src/namestore/gnunet-zoneimport.c
+++ b/src/namestore/gnunet-zoneimport.c
@@ -1713,13 +1713,12 @@ process_stdin (void *cls)
1713 * with 'NULL' for @a ego. That does NOT mean that the callback won't 1713 * with 'NULL' for @a ego. That does NOT mean that the callback won't
1714 * be invoked in the future or that there was an error. 1714 * be invoked in the future or that there was an error.
1715 * 1715 *
1716 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, 1716 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, this
1717 * this function is only called ONCE, and 'NULL' being passed in 1717 * function is only called ONCE, and 'NULL' being passed in @a ego does
1718 * @a ego does indicate an error (i.e. name is taken or no default 1718 * indicate an error (for example because name is taken or no default value is
1719 * value is known). If @a ego is non-NULL and if '*ctx' 1719 * known). If @a ego is non-NULL and if '*ctx' is set in those callbacks, the
1720 * is set in those callbacks, the value WILL be passed to a subsequent 1720 * value WILL be passed to a subsequent call to the identity callback of
1721 * call to the identity callback of #GNUNET_IDENTITY_connect (if 1721 * #GNUNET_IDENTITY_connect (if that one was not NULL).
1722 * that one was not NULL).
1723 * 1722 *
1724 * When an identity is renamed, this function is called with the 1723 * When an identity is renamed, this function is called with the
1725 * (known) @a ego but the NEW @a name. 1724 * (known) @a ego but the NEW @a name.