From 948c89a42d6998c81e15bfe680b3745e0fea05cc Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 29 Jun 2012 13:35:43 +0000 Subject: [PATCH] - typo --- src/transport/plugin_transport_udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index c5eb93617..940bed254 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -1900,7 +1900,7 @@ udp_select_send (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *sock) * This indicates we do not have connectivity */ LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK, - _("UDP could not message to `%s': " + _("UDP could not transmit message to `%s': " "Network seems down, please check your network configuration\n"), GNUNET_a2s (sa, slen)); } @@ -1914,7 +1914,7 @@ udp_select_send (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *sock) */ LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK, - _("UDP could not message to `%s': " + _("UDP could not transmit message to `%s': " "Please check your network configuration and disable IPv6 if your " "connection does not have a global IPv6 address\n"), GNUNET_a2s (sa, slen)); -- 2.25.1