aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/include
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_nt_lib.h2
-rw-r--r--src/include/gnunet_transport_plugin.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_nt_lib.h b/src/include/gnunet_nt_lib.h
index 068c56302..18419a7b8 100644
--- a/src/include/gnunet_nt_lib.h
+++ b/src/include/gnunet_nt_lib.h
@@ -88,7 +88,7 @@ struct GNUNET_NT_InterfaceScanner;
88 88
89 89
90/** 90/**
91 * Returns where the address is located: loopback, LAN or WANT. 91 * Returns where the address is located: loopback, LAN or WAN.
92 * 92 *
93 * @param is handle from #GNUNET_ATS_interface_scanner_init() 93 * @param is handle from #GNUNET_ATS_interface_scanner_init()
94 * @param addr address 94 * @param addr address
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 3e6d1edc6..74b27923a 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -127,7 +127,7 @@ typedef struct GNUNET_TIME_Relative
127 127
128/** 128/**
129 * Function that can be called by plugins to figure if an address is 129 * Function that can be called by plugins to figure if an address is
130 * an loopback, LAN or WANT address. Ultimately invokes 130 * an loopback, LAN or WAN address. Ultimately invokes
131 * #GNUNET_ATS_address_get_type(). 131 * #GNUNET_ATS_address_get_type().
132 * 132 *
133 * @param cls closure 133 * @param cls closure
@@ -265,7 +265,7 @@ struct GNUNET_TRANSPORT_PluginEnvironment
265 265
266 /** 266 /**
267 * Function that will be called to figure if an address is an loopback, 267 * Function that will be called to figure if an address is an loopback,
268 * LAN, WANT etc. address 268 * LAN, WAN etc. address
269 */ 269 */
270 GNUNET_TRANSPORT_AddressToType get_address_type; 270 GNUNET_TRANSPORT_AddressToType get_address_type;
271 271