aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_reclaim_attribute_basic.c
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/plugin_reclaim_attribute_basic.c
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/plugin_reclaim_attribute_basic.c')
-rw-r--r--src/reclaim/plugin_reclaim_attribute_basic.c2
1 files changed, 1 insertions, 1 deletions
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