aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
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/conversation
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/conversation')
-rw-r--r--src/conversation/plugin_gnsrecord_conversation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/plugin_gnsrecord_conversation.c b/src/conversation/plugin_gnsrecord_conversation.c
index 2ea2f48f0..786711c8e 100644
--- a/src/conversation/plugin_gnsrecord_conversation.c
+++ b/src/conversation/plugin_gnsrecord_conversation.c
@@ -179,7 +179,7 @@ static struct
179 179
180 180
181/** 181/**
182 * Convert a type name (i.e. "AAAA") to the corresponding number. 182 * Convert a type name (e.g. "AAAA") to the corresponding number.
183 * 183 *
184 * @param cls closure, unused 184 * @param cls closure, unused
185 * @param gns_typename name to convert 185 * @param gns_typename name to convert
@@ -201,7 +201,7 @@ conversation_typename_to_number (void *cls,
201 201
202 202
203/** 203/**
204 * Convert a type number (i.e. 1) to the corresponding type string (i.e. "A") 204 * Convert a type number to the corresponding type string (e.g. 1 to "A")
205 * 205 *
206 * @param cls closure, unused 206 * @param cls closure, unused
207 * @param type number of a type to convert 207 * @param type number of a type to convert