#: 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
#: 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
#: 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
#: 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
(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,
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",
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;
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,
(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
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 ();
}
}
/**
- * 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.
/**
- * 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
/**
* 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
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;
}
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;
{
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,
/* 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 */
};
/**
- * 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
}
FPRINTF (stdout,
"%s",
- _("Failed to list connections, timeout occured\n"));
+ _("Failed to list connections, timeout occurred\n"));
GNUNET_SCHEDULER_shutdown ();
ret = 1;
return;
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;