aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
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/reclaim
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/reclaim')
-rw-r--r--src/reclaim/plugin_gnsrecord_reclaim.c4
-rw-r--r--src/reclaim/plugin_reclaim_attribute_basic.c2
-rw-r--r--src/reclaim/plugin_reclaim_credential_jwt.c2
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c13
-rw-r--r--src/reclaim/plugin_rest_reclaim.c13
5 files changed, 16 insertions, 18 deletions
diff --git a/src/reclaim/plugin_gnsrecord_reclaim.c b/src/reclaim/plugin_gnsrecord_reclaim.c
index 9e4f0a5c4..ce6fe483d 100644
--- a/src/reclaim/plugin_gnsrecord_reclaim.c
+++ b/src/reclaim/plugin_gnsrecord_reclaim.c
@@ -118,7 +118,7 @@ static struct
118 118
119 119
120/** 120/**
121 * Convert a type name (i.e. "AAAA") to the corresponding number. 121 * Convert a type name (e.g. "AAAA") to the corresponding number.
122 * 122 *
123 * @param cls closure, unused 123 * @param cls closure, unused
124 * @param dns_typename name to convert 124 * @param dns_typename name to convert
@@ -138,7 +138,7 @@ typename_to_number (void *cls, const char *dns_typename)
138 138
139 139
140/** 140/**
141 * Convert a type number (i.e. 1) to the corresponding type string (i.e. "A") 141 * Convert a type number to the corresponding type string (e.g. 1 to "A")
142 * 142 *
143 * @param cls closure, unused 143 * @param cls closure, unused
144 * @param type number of a type to convert 144 * @param type number of a type to convert
diff --git a/src/reclaim/plugin_reclaim_attribute_basic.c b/src/reclaim/plugin_reclaim_attribute_basic.c
index c87922886..66f59998a 100644
--- a/src/reclaim/plugin_reclaim_attribute_basic.c
+++ b/src/reclaim/plugin_reclaim_attribute_basic.c
@@ -124,7 +124,7 @@ basic_typename_to_number (void *cls, const char *basic_typename)
124 124
125 125
126/** 126/**
127 * Convert a type number (i.e. 1) to the corresponding type string 127 * Convert a type number to the corresponding type string (e.g. 1 to "A")
128 * 128 *
129 * @param cls closure, unused 129 * @param cls closure, unused
130 * @param type number of a type to convert 130 * @param type number of a type to convert
diff --git a/src/reclaim/plugin_reclaim_credential_jwt.c b/src/reclaim/plugin_reclaim_credential_jwt.c
index e5dc90363..fb01903aa 100644
--- a/src/reclaim/plugin_reclaim_credential_jwt.c
+++ b/src/reclaim/plugin_reclaim_credential_jwt.c
@@ -122,7 +122,7 @@ jwt_typename_to_number (void *cls, const char *jwt_typename)
122 122
123 123
124/** 124/**
125 * Convert a type number (i.e. 1) to the corresponding type string 125 * Convert a type number to the corresponding type string (e.g. 1 to "A")
126 * 126 *
127 * @param cls closure, unused 127 * @param cls closure, unused
128 * @param type number of a type to convert 128 * @param type number of a type to convert
diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c
index c6259d745..fef79fb10 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -2478,13 +2478,12 @@ userinfo_endpoint (struct GNUNET_REST_RequestHandle *con_handle,
2478 * with 'NULL' for 'ego'. That does NOT mean that the callback won't 2478 * with 'NULL' for 'ego'. That does NOT mean that the callback won't
2479 * be invoked in the future or that there was an error. 2479 * be invoked in the future or that there was an error.
2480 * 2480 *
2481 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', 2481 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', this
2482 * this function is only called ONCE, and 'NULL' being passed in 2482 * function is only called ONCE, and 'NULL' being passed in 'ego' does
2483 * 'ego' does indicate an error (i.e. name is taken or no default 2483 * indicate an error (for example because name is taken or no default value is
2484 * value is known). If 'ego' is non-NULL and if '*ctx' 2484 * known). If 'ego' is non-NULL and if '*ctx' is set in those callbacks, the
2485 * is set in those callbacks, the value WILL be passed to a subsequent 2485 * value WILL be passed to a subsequent call to the identity callback of
2486 * call to the identity callback of 'GNUNET_IDENTITY_connect' (if 2486 * 'GNUNET_IDENTITY_connect' (if that one was not NULL).
2487 * that one was not NULL).
2488 * 2487 *
2489 * When an identity is renamed, this function is called with the 2488 * When an identity is renamed, this function is called with the
2490 * (known) ego but the NEW identifier. 2489 * (known) ego but the NEW identifier.
diff --git a/src/reclaim/plugin_rest_reclaim.c b/src/reclaim/plugin_rest_reclaim.c
index 39d24ea61..1d1231cbd 100644
--- a/src/reclaim/plugin_rest_reclaim.c
+++ b/src/reclaim/plugin_rest_reclaim.c
@@ -1332,13 +1332,12 @@ options_cont (struct GNUNET_REST_RequestHandle *con_handle,
1332 * with 'NULL' for 'ego'. That does NOT mean that the callback won't 1332 * with 'NULL' for 'ego'. That does NOT mean that the callback won't
1333 * be invoked in the future or that there was an error. 1333 * be invoked in the future or that there was an error.
1334 * 1334 *
1335 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', 1335 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', this
1336 * this function is only called ONCE, and 'NULL' being passed in 1336 * function is only called ONCE, and 'NULL' being passed in 'ego' does
1337 * 'ego' does indicate an error (i.e. name is taken or no default 1337 * indicate an error (for example because name is taken or no default value is
1338 * value is known). If 'ego' is non-NULL and if '*ctx' 1338 * known). If 'ego' is non-NULL and if '*ctx' is set in those callbacks, the
1339 * is set in those callbacks, the value WILL be passed to a subsequent 1339 * value WILL be passed to a subsequent call to the identity callback of
1340 * call to the identity callback of 'GNUNET_IDENTITY_connect' (if 1340 * 'GNUNET_IDENTITY_connect' (if that one was not NULL).
1341 * that one was not NULL).
1342 * 1341 *
1343 * When an identity is renamed, this function is called with the 1342 * When an identity is renamed, this function is called with the
1344 * (known) ego but the NEW identifier. 1343 * (known) ego but the NEW identifier.