aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.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/datacache/datacache.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/datacache/datacache.c')
-rw-r--r--src/datacache/datacache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index 5fc5a7481..331a9b784 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -66,12 +66,12 @@ struct GNUNET_DATACACHE_Handle
66 struct GNUNET_DATACACHE_PluginFunctions *api; 66 struct GNUNET_DATACACHE_PluginFunctions *api;
67 67
68 /** 68 /**
69 * Short name for the plugin (i.e. "sqlite"). 69 * Short name for the plugin (e.g. "sqlite").
70 */ 70 */
71 char *short_name; 71 char *short_name;
72 72
73 /** 73 /**
74 * Name of the library (i.e. "gnunet_plugin_datacache_sqlite"). 74 * Name of the library (e.g. "gnunet_plugin_datacache_sqlite").
75 */ 75 */
76 char *lib_name; 76 char *lib_name;
77 77