diff options
| author | David Prévot <[email protected]> | 2012-08-22 16:54:38 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2012-08-24 07:44:33 +0000 |
| commit | ba591e2f14c0d85ba15346ffd04b9e7d72ec89dc (patch) | |
| tree | d12711bb0e477d15f24ac8eea45245a47aefda48 /sm/gpgsm.c | |
| parent | Actually show translators comments in PO files (diff) | |
| download | gnupg-ba591e2f14c0d85ba15346ffd04b9e7d72ec89dc.tar.gz gnupg-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 'sm/gpgsm.c')
| -rw-r--r-- | sm/gpgsm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 7263fd090..b00168251 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -535,8 +535,8 @@ my_strusage( int level ) break; case 41: p = _("Syntax: gpgsm [options] [files]\n" - "sign, check, encrypt or decrypt using the S/MIME protocol\n" - "default operation depends on the input data\n"); + "Sign, check, encrypt or decrypt using the S/MIME protocol\n" + "Default operation depends on the input data\n"); break; case 20: |
