aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
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/include/gnunet_network_lib.h
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/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index e40dacde7..97ab64add 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -561,7 +561,7 @@ GNUNET_NETWORK_fdset_destroy (struct GNUNET_NETWORK_FDSet *fds);
561/** 561/**
562 * Test if the given @a port is available. 562 * Test if the given @a port is available.
563 * 563 *
564 * @param ipproto transport protocol to test (i.e. IPPROTO_TCP) 564 * @param ipproto transport protocol to test (e.g. IPPROTO_TCP)
565 * @param port port number to test 565 * @param port port number to test
566 * @return #GNUNET_OK if the port is available, #GNUNET_NO if not 566 * @return #GNUNET_OK if the port is available, #GNUNET_NO if not
567 */ 567 */