View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005476 | GNUnet | other | public | 2018-11-11 15:46 | 2019-02-28 11:17 |
Reporter | beberking | Assigned To | beberking | ||
Priority | normal | Severity | text | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.11.0pre66 | ||||
Target Version | 0.11.0 | Fixed in Version | 0.11.0 | ||
Summary | 0005476: Minor typos | ||||
Description | Please find attached a patch fixing minor typos in version 0.11.0pre66 | ||||
Tags | No tags attached. | ||||
|
typos.diff (10,088 bytes)
--- a/po/de.po +++ b/po/de.po @@ -2078,7 +2078,7 @@ msgstr "Verbindung zum DHT-Dienst ist fehlgeschlagen!\n" #: src/dht/gnunet-dht-get.c:214 -msgid "Issueing DHT GET with key" +msgid "Issuing DHT GET with key" msgstr "" #: src/dht/gnunet-dht-get.c:243 src/dht/gnunet-dht-monitor.c:302 @@ -7467,7 +7467,7 @@ #: src/transport/gnunet-transport.c:489 #, 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:522 --- a/po/es.po +++ b/po/es.po @@ -2168,7 +2168,7 @@ msgstr "¡Se produjo un fallo al conectar con el servicio DHT!\n" #: src/dht/gnunet-dht-get.c:214 -msgid "Issueing DHT GET with key" +msgid "Issuing DHT GET with key" msgstr "Enviando un «GET» DHT con clave" #: src/dht/gnunet-dht-get.c:243 src/dht/gnunet-dht-monitor.c:302 @@ -7728,7 +7728,7 @@ # Miguel: La traducción no es literal, pero me parece más correcta # en castellano. #: src/transport/gnunet-transport.c:489 -msgid "Failed to list connections, timeout occured\n" +msgid "Failed to list connections, timeout occurred\n" msgstr "No se pudieron listar las conexiones, expiró el plazo\n" #: src/transport/gnunet-transport.c:522 --- a/po/gnunet.pot +++ b/po/gnunet.pot @@ -7137,7 +7137,7 @@ msgstr "" #: src/transport/gnunet-transport.c:489 -msgid "Failed to list connections, timeout occured\n" +msgid "Failed to list connections, timeout occurred\n" msgstr "" #: src/transport/gnunet-transport.c:522 --- a/po/sv.po +++ b/po/sv.po @@ -2113,7 +2113,7 @@ msgstr "Misslyckades att ansluta till gnunetd.\n" #: src/dht/gnunet-dht-get.c:214 -msgid "Issueing DHT GET with key" +msgid "Issuing DHT GET with key" msgstr "" #: src/dht/gnunet-dht-get.c:243 src/dht/gnunet-dht-monitor.c:302 @@ -7542,7 +7542,7 @@ #: src/transport/gnunet-transport.c:489 #, 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:522 --- a/po/vi.po +++ b/po/vi.po @@ -2135,7 +2135,7 @@ msgstr "Lỗi kết nối đến gnunetd.\n" #: src/dht/gnunet-dht-get.c:214 -msgid "Issueing DHT GET with key" +msgid "Issuing DHT GET with key" msgstr "" #: src/dht/gnunet-dht-get.c:243 src/dht/gnunet-dht-monitor.c:302 @@ -7605,7 +7605,7 @@ #: src/transport/gnunet-transport.c:489 #, 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:522 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -2055,7 +2055,7 @@ msgstr "初始化“%s”服务失败。\n" #: src/dht/gnunet-dht-get.c:214 -msgid "Issueing DHT GET with key" +msgid "Issuing DHT GET with key" msgstr "" #: src/dht/gnunet-dht-get.c:243 src/dht/gnunet-dht-monitor.c:302 @@ -7324,7 +7324,7 @@ #: src/transport/gnunet-transport.c:489 #, 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:522 --- a/src/transport/gnunet-transport.c +++ b/src/transport/gnunet-transport.c @@ -486,7 +486,7 @@ } FPRINTF (stdout, "%s", - _("Failed to list connections, timeout occured\n")); + _("Failed to list connections, timeout occurred\n")); GNUNET_SCHEDULER_shutdown (); ret = 1; return; --- a/src/include/gnunet_testbed_service.h +++ b/src/include/gnunet_testbed_service.h @@ -440,7 +440,7 @@ /** - * 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 @@ -483,7 +483,7 @@ /** * 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 --- a/src/include/gnunet_consensus_service.h +++ b/src/include/gnunet_consensus_service.h @@ -50,7 +50,7 @@ /** - * 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. --- a/src/namestore/namestore_api.c +++ b/src/namestore/namestore_api.c @@ -718,7 +718,7 @@ { 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, --- a/src/cadet/gnunet-service-cadet_paths.c +++ b/src/cadet/gnunet-service-cadet_paths.c @@ -351,7 +351,7 @@ (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, @@ -364,10 +364,10 @@ 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", --- a/src/cadet/gnunet-service-cadet_tunnels.c +++ b/src/cadet/gnunet-service-cadet_tunnels.c @@ -1980,7 +1980,7 @@ 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; --- a/src/dht/gnunet-service-dht_clients.c +++ b/src/dht/gnunet-service-dht_clients.c @@ -1015,7 +1015,7 @@ (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 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -1229,7 +1229,7 @@ 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 (); } } --- a/src/my/my.c +++ b/src/my/my.c @@ -156,7 +156,7 @@ 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; } --- a/src/namestore/gnunet-zoneimport.c +++ b/src/namestore/gnunet-zoneimport.c @@ -1153,7 +1153,7 @@ 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; --- a/src/dht/gnunet-dht-get.c +++ b/src/dht/gnunet-dht-get.c @@ -211,7 +211,7 @@ 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, --- a/po/fr.po +++ b/po/fr.po @@ -2014,7 +2014,7 @@ msgstr "" #: src/dht/gnunet-dht-get.c:214 -msgid "Issueing DHT GET with key" +msgid "Issuing DHT GET with key" msgstr "" #: src/dht/gnunet-dht-get.c:243 src/dht/gnunet-dht-monitor.c:302 --- a/src/testbed/testbed.h +++ b/src/testbed/testbed.h @@ -98,7 +98,7 @@ /* 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 */ }; --- a/src/testbed/testbed_api_hosts.c +++ b/src/testbed/testbed_api_hosts.c @@ -1038,7 +1038,7 @@ /** - * 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 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -519,7 +519,7 @@ 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; |
|
Thanks! I don't know if we can take the .po as it is, that's up to Christian or whoever knows more about translation project work. If there's anything not po, I will merge it later today. |
|
partial application in e8a1a082555f98af40f98fd3a20ccd803ad478f8 There's a few bits missing. Please check what's missing and send a follow-up patch (for example: gnunet.po does not exist at all in my checkout). For the next patches, if it is possible for you, could you send git format-patch formatted patches? If you want to contribute more you can also ask for commit access. Thanks! |
|
Hi, It is just a matter of grep and sed, so I think it would be much simpler if you do it. Thanks, Bertrand |
|
Merging the .po stuff is not really important, gettext should pick that up automatically. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-11-11 15:46 | beberking | New Issue | |
2018-11-11 15:46 | beberking | File Added: typos.diff | |
2018-11-12 16:13 | nikita | Note Added: 0013332 | |
2018-11-12 16:13 | nikita | Assigned To | => nikita |
2018-11-12 16:13 | nikita | Status | new => assigned |
2018-11-12 16:13 | nikita | Status | assigned => acknowledged |
2018-11-13 13:06 | nikita | Note Added: 0013336 | |
2018-11-13 13:09 | nikita | Assigned To | nikita => beberking |
2018-11-13 13:09 | nikita | Status | acknowledged => feedback |
2018-11-24 08:37 | beberking | Note Added: 0013363 | |
2019-01-24 14:10 | Christian Grothoff | Note Added: 0013459 | |
2019-01-24 14:10 | Christian Grothoff | Status | feedback => resolved |
2019-01-24 14:10 | Christian Grothoff | Resolution | open => fixed |
2019-01-24 14:10 | Christian Grothoff | Fixed in Version | => 0.11.0 |
2019-01-24 14:10 | Christian Grothoff | Target Version | => 0.11.0 |
2019-02-28 11:17 | Christian Grothoff | Status | resolved => closed |