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

Fix --output option used when with --export-secret-kety-p12.

This commit is contained in:
Werner Koch 2008-05-20 08:00:40 +00:00
parent 7d714a3788
commit ee3a1ec0d8
4 changed files with 8 additions and 3 deletions

View file

@ -369,7 +369,7 @@ gpgsm_p12_export (ctrl_t ctrl, const char *name, FILE *fp)
goto leave;
}
/* Lookup the certificate an make sure that it is unique. */
/* Lookup the certificate and make sure that it is unique. */
rc = keydb_search (hd, desc, 1);
if (!rc)
{