aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
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/transport/plugin_transport_udp.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 49e84dfe7..2db31caa3 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2390,7 +2390,7 @@ read_process_ack (struct Plugin *plugin,
2390 2390
2391 2391
2392/** 2392/**
2393 * Message tokenizer has broken up an incomming message. Pass it on 2393 * Message tokenizer has broken up an incoming message. Pass it on
2394 * to the service. 2394 * to the service.
2395 * 2395 *
2396 * @param cls the `struct GNUNET_ATS_Session *` 2396 * @param cls the `struct GNUNET_ATS_Session *`
@@ -3605,7 +3605,7 @@ libgnunet_plugin_transport_udp_init (void *cls)
3605 if (NULL == env->receive) 3605 if (NULL == env->receive)
3606 { 3606 {
3607 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully 3607 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully
3608 initialze the plugin or the API */ 3608 initialize the plugin or the API */
3609 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions); 3609 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions);
3610 api->cls = NULL; 3610 api->cls = NULL;
3611 api->address_pretty_printer = &udp_plugin_address_pretty_printer; 3611 api->address_pretty_printer = &udp_plugin_address_pretty_printer;