gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22382 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r22382 - gnunet/src/transport
Date: Fri, 29 Jun 2012 15:35:43 +0200

Author: wachs
Date: 2012-06-29 15:35:43 +0200 (Fri, 29 Jun 2012)
New Revision: 22382

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
- typo

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-06-29 13:30:43 UTC (rev 
22381)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-06-29 13:35:43 UTC (rev 
22382)
@@ -1900,7 +1900,7 @@
          * 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 @@
          */
 
        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));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]