From: Matthias Wachs Date: Fri, 29 Jun 2012 13:35:43 +0000 (+0000) Subject: - typo X-Git-Tag: initial-import-from-subversion-38251~12739 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=948c89a42d6998c81e15bfe680b3745e0fea05cc;p=oweals%2Fgnunet.git - typo --- 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));