aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
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/gnunet_transport_plugin.h
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h4
1 files changed, 2 insertions, 2 deletions
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