From b996ba4156678b6a0a551b9a932867b2ade42344 Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Sat, 24 Apr 2021 17:30:45 +0200 Subject: -Fix several incorrect uses of `i.e.' With some other changes to sentences here and there as I found appropriate. --- src/peerinfo-tool/gnunet-peerinfo_plugins.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/peerinfo-tool/gnunet-peerinfo_plugins.c') 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 struct GNUNET_TRANSPORT_PluginFunctions *api; /** - * Short name for the plugin (i.e. "tcp"). + * Short name for the plugin (e.g. "tcp"). */ char *short_name; /** - * Name of the library (i.e. "gnunet_plugin_transport_tcp"). + * Name of the library (e.g. "gnunet_plugin_transport_tcp"). */ char *lib_name; -- cgit v1.2.3