Partial application of diff send in beberking, Issue #5476
authorNils Gillmann <ng0@n0.is>
Tue, 13 Nov 2018 11:41:15 +0000 (11:41 +0000)
committerNils Gillmann <ng0@n0.is>
Tue, 13 Nov 2018 11:41:15 +0000 (11:41 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
18 files changed:
po/de.po
po/sv.po
po/vi.po
po/zh_CN.po
src/cadet/gnunet-service-cadet_paths.c
src/cadet/gnunet-service-cadet_tunnels.c
src/dht/gnunet-dht-get.c
src/dht/gnunet-service-dht_clients.c
src/fs/gnunet-service-fs.c
src/include/gnunet_consensus_service.h
src/include/gnunet_testbed_service.h
src/my/my.c
src/namestore/gnunet-zoneimport.c
src/namestore/namestore_api.c
src/testbed/testbed.h
src/testbed/testbed_api_hosts.c
src/transport/gnunet-transport.c
src/util/configuration.c

index eb6b2a4d320f35fd5e815509ee3e6194558928d3..d036280f7cb6e031e30d53972cfb6d1ad3539e93 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7501,7 +7501,7 @@ msgstr "Adresse des Knotens `%s' konnte nicht ermittelt werden.\n"
 
 #: src/transport/gnunet-transport.c:492
 #, fuzzy
-msgid "Failed to list connections, timeout occured\n"
+msgid "Failed to list connections, timeout occurred\n"
 msgstr "Es konnte keine Verbindung mit gnunetd hergestellt werden.\n"
 
 #: src/transport/gnunet-transport.c:525
index 323f2de49135263ccab264393a96e434e0a61910..388ff2f82b19d2f8b8394f4e4f5cb3807038e784 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -7575,7 +7575,7 @@ msgstr "Misslyckades att binda till UDP-port %d.\n"
 
 #: src/transport/gnunet-transport.c:492
 #, fuzzy
-msgid "Failed to list connections, timeout occured\n"
+msgid "Failed to list connections, timeout occurred\n"
 msgstr "Misslyckades att ansluta till gnunetd.\n"
 
 #: src/transport/gnunet-transport.c:525
index 2f05f3daf231061e8a2f763c04dad860a44c8561..85131f055d8d5182442544e2e73ec03c9d88a204 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -7638,7 +7638,7 @@ msgstr "Lỗi đóng kết đến cổng %s %d.\n"
 
 #: src/transport/gnunet-transport.c:492
 #, fuzzy
-msgid "Failed to list connections, timeout occured\n"
+msgid "Failed to list connections, timeout occurred\n"
 msgstr "Không kết nối được đến trình nền gnunetd."
 
 #: src/transport/gnunet-transport.c:525
index cd3a10b4ebc1e35dfae0d5adffff7f22e8b5a6d5..d881d0591b8995cb64026866237a57ba8d507bc7 100644 (file)
@@ -7353,7 +7353,7 @@ msgstr "找不到接口“%s”的一个 IP 地址。\n"
 
 #: src/transport/gnunet-transport.c:492
 #, fuzzy
-msgid "Failed to list connections, timeout occured\n"
+msgid "Failed to list connections, timeout occurred\n"
 msgstr "初始化“%s”服务失败。\n"
 
 #: src/transport/gnunet-transport.c:525
index 40f464e9b707b65ec7cf50b58156cd6586963395..7769a6043defc3fa8f964dac160a11a1ae8ab70b 100644 (file)
@@ -354,7 +354,7 @@ check_match (void *cls,
        (off + 1 != cm_ctx->cpath_length) )
   {
     LOG (GNUNET_ERROR_TYPE_DEBUG,
-         "check_match missmatch because path %s is too long (%u vs. %u vs. %u)\n",
+         "check_match mismatch because path %s is too long (%u vs. %u vs. %u)\n",
          GCPP_2s (path),
          path->entries_length,
          off + 1,
@@ -367,10 +367,10 @@ check_match (void *cls,
                                  i))
     {
       LOG (GNUNET_ERROR_TYPE_DEBUG,
-           "check_match path %s missmatches at offset %u\n",
+           "check_match path %s mismatches at offset %u\n",
            GCPP_2s (path),
            i);
-      return GNUNET_YES; /* missmatch, ignore */
+      return GNUNET_YES; /* mismatch, ignore */
     }
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "check_match found match with path %s\n",
index 1e7a8e086246396fad8062d5c73f2608e3702cc1..874c7e706ebb74843cb719b2786df3d3806a51f5 100644 (file)
@@ -1983,7 +1983,7 @@ GCT_handle_kx_auth (struct CadetTConnection *ct,
                               1,
                               GNUNET_NO);
     LOG (GNUNET_ERROR_TYPE_WARNING,
-         "KX AUTH missmatch!\n");
+         "KX AUTH mismatch!\n");
 #if DEBUG_KX
     {
       struct GNUNET_CRYPTO_EcdhePublicKey ephemeral_key;
index 3742ed739a1c661d0a098670e8ef5d444c0544e4..2d9d76585826feca01bd1c554dd70c09ea0a673b 100644 (file)
@@ -214,7 +214,7 @@ run (void *cls, char *const *args, const char *cfgfile,
   GNUNET_CRYPTO_hash (query_key, strlen (query_key), &key);
   if (verbose)
     FPRINTF (stderr, "%s `%s' \n",
-             _("Issueing DHT GET with key"),
+             _("Issuing DHT GET with key"),
              GNUNET_h2s_full (&key));
   GNUNET_SCHEDULER_add_shutdown (&cleanup_task, NULL);
   tt = GNUNET_SCHEDULER_add_delayed (timeout_request,
index 862654c837b80efec7f3c491ea0a459bc2a88e88..332bc1eda03b4512a015783857e32a9d3a78479e 100644 (file)
@@ -1018,7 +1018,7 @@ forward_reply (void *cls,
        (record->type != frc->type))
   {
     LOG (GNUNET_ERROR_TYPE_DEBUG,
-         "Record type missmatch, not passing request for key %s to local client\n",
+         "Record type mismatch, not passing request for key %s to local client\n",
          GNUNET_h2s (key));
     GNUNET_STATISTICS_update (GDS_stats,
                               gettext_noop
index 594896c93b197f2b136ac79aadede7807abdc84f..fea22f279050c7c6a4fb223975428b8ed9f10733 100644 (file)
@@ -1232,7 +1232,7 @@ peer_init_handler (void *cls,
                                             my_identity))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Peer identity missmatch, refusing to start!\n");
+                "Peer identity mismatch, refusing to start!\n");
     GNUNET_SCHEDULER_shutdown ();
   }
 }
index eee9fc23b86e6d692ac9a65f64ef3cdf5c41447d..c6aed298c030570e3654cb382315946a37a28ac1 100644 (file)
@@ -53,7 +53,7 @@ extern "C"
 
 
 /**
- * Called when a new element was received from another peer, or an error occured.
+ * Called when a new element was received from another peer, or an error occurred.
  * May deliver duplicate values.
  * Elements given to a consensus operation by the local peer are NOT given
  * to this callback.
index 4b8d63ad24cb0192e696136577f2b4456f443a87..302b32019c1430df3807a7d4b980811c92ab1d89 100644 (file)
@@ -443,7 +443,7 @@ typedef void
 
 
 /**
- * Starts a controller process at the given host.  The given host's configration
+ * Starts a controller process at the given host.  The given host's configuration
  * is used as a Template configuration to use for the remote controller; the
  * remote controller will be started with a slightly modified configuration
  * (port numbers, unix domain sockets and service home values are changed as per
@@ -486,7 +486,7 @@ GNUNET_TESTBED_controller_stop (struct GNUNET_TESTBED_ControllerProc *cproc);
 
 /**
  * Connect to a controller process.  The configuration to use for the connection
- * is retreived from the given host where a controller is started using
+ * is retrieved from the given host where a controller is started using
  * GNUNET_TESTBED_controller_start().
  *
  * @param host host to run the controller on; This should be the same host if
index 2f4cd3ba383591c10c75e4136886aff5a30926e9..16df437b2864f99edd788fa94de2f6bf12bc2209 100644 (file)
@@ -157,7 +157,7 @@ GNUNET_MY_extract_result (struct GNUNET_MYSQL_StatementHandle *sh,
   if (mysql_stmt_field_count (stmt) != num_fields)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Number of fields missmatch between SQL result and result specification\n");
+                "Number of fields mismatch between SQL result and result specification\n");
     return GNUNET_SYSERR;
   }
 
index ddc8b483a6fad9278c962dd889a9d6a3902c51de..01706b777f2a4955b62cbd47dfbcdc935b87deee 100644 (file)
@@ -1159,7 +1159,7 @@ process_result (void *cls,
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "DNS ID did not match request, ignoring reply\n");
     GNUNET_STATISTICS_update (stats,
-                             "# DNS ID missmatches",
+                             "# DNS ID mismatches",
                              1,
                              GNUNET_NO);
     return;
index 5275767189eb5e6a35e3a66ebb282093b0a504f7..2cc293b3703b93fa766294c73386dc34eeb5c1ba 100644 (file)
@@ -754,7 +754,7 @@ handle_zone_to_name_response (void *cls,
   {
   case GNUNET_SYSERR:
     LOG (GNUNET_ERROR_TYPE_DEBUG,
-        "An error occured during zone to name operation\n");
+        "An error occurred during zone to name operation\n");
     break;
   case GNUNET_NO:
     LOG (GNUNET_ERROR_TYPE_DEBUG,
index b6ce7fb09318836f492ac87cd6deb14b131c94fa..5b01a8e7fa015e60d23005834a9f22b1722697d3 100644 (file)
@@ -101,7 +101,7 @@ struct GNUNET_TESTBED_AddHostMessage
   /* followed by non 0-terminated host name */
 
   /* followed by gzip compressed configuration to start or connect to a
-     controller on this host.  While starting the controller this configration
+     controller on this host.  While starting the controller this configuration
      is used as a template */
 
 };
index 2c25eabcf8bf4c2ccdf5d6f9e9b29ecfd3c2e92a..84296b26a2425d253c00f68ef6d7eedbb44f3bfb 100644 (file)
@@ -1041,7 +1041,7 @@ helper_exp_cb (void *cls)
 
 
 /**
- * Starts a controller process at the given host.  The given host's configration
+ * Starts a controller process at the given host.  The given host's configuration
  * is used as a Template configuration to use for the remote controller; the
  * remote controller will be started with a slightly modified configuration
  * (port numbers, unix domain sockets and service home values are changed as per
index fed509fe11579446c3b1b2a5c5467beee5e5c45f..6c589307b76788866201ee24cb53397bd203f2dc 100644 (file)
@@ -489,7 +489,7 @@ operation_timeout (void *cls)
     }
     FPRINTF (stdout,
              "%s",
-             _("Failed to list connections, timeout occured\n"));
+             _("Failed to list connections, timeout occurred\n"));
     GNUNET_SCHEDULER_shutdown ();
     ret = 1;
     return;
index 41eb3188d80e6d6d03a0298b582172f8a1808040..312e0acd36f0e114c317afe1b3b96be5ba28a614 100644 (file)
@@ -522,7 +522,7 @@ GNUNET_CONFIGURATION_write (struct GNUNET_CONFIGURATION_Handle *cfg,
     GNUNET_free (fn);
     GNUNET_free (cfg_buf);
     LOG (GNUNET_ERROR_TYPE_WARNING,
-        "Writing configration to file `%s' failed\n",
+        "Writing configuration to file `%s' failed\n",
          filename);
     cfg->dirty = GNUNET_SYSERR; /* last write failed */
     return GNUNET_SYSERR;