summaryrefslogtreecommitdiffstats
path: root/g10/seskey.c
diff options
context:
space:
mode:
authorDavid Prévot <taffit@debian.org>2012-08-22 18:54:38 +0200
committerWerner Koch <wk@gnupg.org>2012-08-24 09:44:33 +0200
commitba591e2f14c0d85ba15346ffd04b9e7d72ec89dc (patch)
treed12711bb0e477d15f24ac8eea45245a47aefda48 /g10/seskey.c
parentActually show translators comments in PO files (diff)
downloadgnupg2-ba591e2f14c0d85ba15346ffd04b9e7d72ec89dc.tar.xz
gnupg2-ba591e2f14c0d85ba15346ffd04b9e7d72ec89dc.zip
Fix typos spotted during translations
* agent/genkey.c: s/to to/to/ * sm/*.c: s/failed to allocated/failed to allocate/ * sm/certlist.c, ./dirmngr/validate.c: s/should have not/should not have/ * g10/seskey.c: missing closing parenthesis * dirmngr/crlcache.c: s/may has/may have/ Consistency fix: * g10/gpg.c, kbx/kbxutil.c, sm/gpgsm.c: uppercase after Syntax * dirmngr/dirmngr_ldap: no period in Syntax * dirmngr/dirmngr-client.c: infinitive for option description: s/certificates are expected/expect certificates/
Diffstat (limited to 'g10/seskey.c')
-rw-r--r--g10/seskey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/seskey.c b/g10/seskey.c
index 93a809d5d..ac6e6d6e9 100644
--- a/g10/seskey.c
+++ b/g10/seskey.c
@@ -310,7 +310,7 @@ encode_md_value (PKT_public_key *pk, gcry_md_hd_t md, int hash_algo)
if (mdlen < qbits/8)
{
log_error (_("%s key %s requires a %zu bit or larger hash "
- "(hash is %s\n"),
+ "(hash is %s)\n"),
gcry_pk_algo_name (pkalgo),
keystr_from_pk(pk), qbits,
gcry_md_algo_name (hash_algo));