aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.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_wlan.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 1b2b6d0d2..138fb5080 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -470,7 +470,7 @@ struct Plugin
470 struct GNUNET_TRANSPORT_PluginEnvironment *env; 470 struct GNUNET_TRANSPORT_PluginEnvironment *env;
471 471
472 /** 472 /**
473 * Handle to helper process for priviledged operations. 473 * Handle to helper process for privileged operations.
474 */ 474 */
475 struct GNUNET_HELPER_Handle *suid_helper; 475 struct GNUNET_HELPER_Handle *suid_helper;
476 476
@@ -2262,7 +2262,7 @@ LIBGNUNET_PLUGIN_TRANSPORT_INIT (void *cls)
2262 if (NULL == env->receive) 2262 if (NULL == env->receive)
2263 { 2263 {
2264 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully 2264 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully
2265 initialze the plugin or the API */ 2265 initialize the plugin or the API */
2266 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions); 2266 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions);
2267 api->cls = NULL; 2267 api->cls = NULL;
2268 api->address_pretty_printer = &wlan_plugin_address_pretty_printer; 2268 api->address_pretty_printer = &wlan_plugin_address_pretty_printer;