aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_reclaim_plugin.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_reclaim_plugin.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_reclaim_plugin.h')
-rw-r--r--src/include/gnunet_reclaim_plugin.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_reclaim_plugin.h b/src/include/gnunet_reclaim_plugin.h
index 2ba8fc8a0..11d5d76f7 100644
--- a/src/include/gnunet_reclaim_plugin.h
+++ b/src/include/gnunet_reclaim_plugin.h
@@ -92,8 +92,8 @@ typedef uint32_t (*GNUNET_RECLAIM_AttributeTypenameToNumberFunction) (
92 92
93 93
94/** 94/**
95 * Function called to convert a type number (i.e. 1) to the 95 * Function called to convert a type number to the
96 * corresponding type string 96 * corresponding type string (e.g. 1 to "A")
97 * 97 *
98 * @param cls closure 98 * @param cls closure
99 * @param type number of a type to convert 99 * @param type number of a type to convert
@@ -154,8 +154,8 @@ typedef uint32_t (*GNUNET_RECLAIM_CredentialTypenameToNumberFunction) (
154 154
155 155
156/** 156/**
157 * Function called to convert a type number (i.e. 1) to the 157 * Function called to convert a type number to the
158 * corresponding type string 158 * corresponding type string (e.g. 1 to "A")
159 * 159 *
160 * @param cls closure 160 * @param cls closure
161 * @param type number of a type to convert 161 * @param type number of a type to convert
@@ -253,8 +253,8 @@ typedef uint32_t (*GNUNET_RECLAIM_PresentationTypenameToNumberFunction) (
253 253
254 254
255/** 255/**
256 * Function called to convert a type number (i.e. 1) to the 256 * Function called to convert a type number to the
257 * corresponding type string 257 * corresponding type string (e.g. 1 to "A")
258 * 258 *
259 * @param cls closure 259 * @param cls closure
260 * @param type number of a type to convert 260 * @param type number of a type to convert