aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-25 17:02:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-25 17:02:00 +0000
commit40bd9b1502fee3d9ecb1359ddb9dd53d4e0dbfc7 (patch)
treeb1d1dcc588c3d11cb5e172e4748976cfe3d338f0 /src
parent109bea001fba20bdaf365e786c59a29f68dd7feb (diff)
downloadgnunet-40bd9b1502fee3d9ecb1359ddb9dd53d4e0dbfc7.tar.gz
gnunet-40bd9b1502fee3d9ecb1359ddb9dd53d4e0dbfc7.zip
-spelling
Diffstat (limited to 'src')
-rw-r--r--src/transport/plugin_transport_wlan.c6
1 files 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)
1832 { 1832 {
1833 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME, 1833 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME,
1834 _ 1834 _
1835 ("Error writing to wlan healper. errno == %d, ERROR: %s\n"), 1835 ("Error writing to wlan helper. errno == %d, ERROR: %s\n"),
1836 errno, strerror (errno)); 1836 errno, strerror (errno));
1837 finish = GNUNET_malloc (sizeof (struct Finish_send)); 1837 finish = GNUNET_malloc (sizeof (struct Finish_send));
1838 finish->plugin = plugin; 1838 finish->plugin = plugin;
@@ -2047,7 +2047,7 @@ send_ack (struct Plugin *plugin)
2047 { 2047 {
2048 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME, 2048 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME,
2049 _ 2049 _
2050 ("Error writing to wlan healper. errno == %d, ERROR: %s\n"), 2050 ("Error writing to wlan helper. errno == %d, ERROR: %s\n"),
2051 errno, strerror (errno)); 2051 errno, strerror (errno));
2052 finish = GNUNET_malloc (sizeof (struct Finish_send)); 2052 finish = GNUNET_malloc (sizeof (struct Finish_send));
2053 finish->plugin = plugin; 2053 finish->plugin = plugin;
@@ -2142,7 +2142,7 @@ do_transmit (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
2142 { 2142 {
2143 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME, 2143 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, PLUGIN_LOG_NAME,
2144 _ 2144 _
2145 ("Error writing to wlan healper. errno == %d, ERROR: %s\n"), 2145 ("Error writing to wlan helper. errno == %d, ERROR: %s\n"),
2146 errno, strerror (errno)); 2146 errno, strerror (errno));
2147 2147
2148 finish->head_of_next_write = fm->frag; 2148 finish->head_of_next_write = fm->frag;