From: Christian Grothoff Date: Fri, 25 Nov 2011 17:02:00 +0000 (+0000) Subject: -spelling X-Git-Tag: initial-import-from-subversion-38251~15791 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40bd9b1502fee3d9ecb1359ddb9dd53d4e0dbfc7;p=oweals%2Fgnunet.git -spelling --- 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;