aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/gnunet-peerinfo_plugins.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/peerinfo-tool/gnunet-peerinfo_plugins.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/peerinfo-tool/gnunet-peerinfo_plugins.c')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo_plugins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo_plugins.c b/src/peerinfo-tool/gnunet-peerinfo_plugins.c
index 901ded014..e196ec58a 100644
--- a/src/peerinfo-tool/gnunet-peerinfo_plugins.c
+++ b/src/peerinfo-tool/gnunet-peerinfo_plugins.c
@@ -50,12 +50,12 @@ struct TransportPlugin
50 struct GNUNET_TRANSPORT_PluginFunctions *api; 50 struct GNUNET_TRANSPORT_PluginFunctions *api;
51 51
52 /** 52 /**
53 * Short name for the plugin (i.e. "tcp"). 53 * Short name for the plugin (e.g. "tcp").
54 */ 54 */
55 char *short_name; 55 char *short_name;
56 56
57 /** 57 /**
58 * Name of the library (i.e. "gnunet_plugin_transport_tcp"). 58 * Name of the library (e.g. "gnunet_plugin_transport_tcp").
59 */ 59 */
60 char *lib_name; 60 char *lib_name;
61 61