1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fix typos spotted during translations

agent/genkey.c: s/to to/to/
sm/*.c: s/failed to allocated/failed to allocate/
sm/certlist.c: s/should have not/should not have/

Consistency fix:

* g10/gpg.c, kbx/kbxutil.c, sm/gpgsm.c: uppercase after Syntax
This commit is contained in:
David Prévot 2012-08-22 12:53:57 -04:00 committed by Werner Koch
parent bc95b35289
commit 1c2f80cf1b
10 changed files with 17 additions and 17 deletions

View file

@ -306,7 +306,7 @@ agent_genkey (ctrl_t ctrl, const char *keyparam, size_t keyparamlen,
/* Get the passphrase now, cause key generation may take a while. */
{
const char *text1 = _("Please enter the passphrase to%0A"
"to protect your new key");
"protect your new key");
const char *text2 = _("Please re-enter this passphrase");
const char *initial_errtext = NULL;