From 40bd9b1502fee3d9ecb1359ddb9dd53d4e0dbfc7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 25 Nov 2011 17:02:00 +0000 Subject: [PATCH] -spelling --- src/transport/plugin_transport_wlan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index f2b38b0e8..5d81d0afa 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -1832,7 +1832,7 @@ send_hello_beacon (struct Plugin *plugin) { GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME, _ - ("Error writing to wlan healper. errno == %d, ERROR: %s\n"), + ("Error writing to wlan helper. errno == %d, ERROR: %s\n"), errno, strerror (errno)); finish = GNUNET_malloc (sizeof (struct Finish_send)); finish->plugin = plugin; @@ -2047,7 +2047,7 @@ send_ack (struct Plugin *plugin) { GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME, _ - ("Error writing to wlan healper. errno == %d, ERROR: %s\n"), + ("Error writing to wlan helper. errno == %d, ERROR: %s\n"), errno, strerror (errno)); finish = GNUNET_malloc (sizeof (struct Finish_send)); finish->plugin = plugin; @@ -2142,7 +2142,7 @@ do_transmit (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME, _ - ("Error writing to wlan healper. errno == %d, ERROR: %s\n"), + ("Error writing to wlan helper. errno == %d, ERROR: %s\n"), errno, strerror (errno)); finish->head_of_next_write = fm->frag; -- 2.25.1