aboutsummaryrefslogtreecommitdiffstats
path: root/sm/export.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-05-20 08:00:40 +0000
committerWerner Koch <[email protected]>2008-05-20 08:00:40 +0000
commitee3a1ec0d84eec6804fa188c0de292e06a49d7ec (patch)
tree6384674eafb4fb47545df65fcd28f816ae4d28b9 /sm/export.c
parentdoc/ (diff)
downloadgnupg-ee3a1ec0d84eec6804fa188c0de292e06a49d7ec.tar.gz
gnupg-ee3a1ec0d84eec6804fa188c0de292e06a49d7ec.zip
Fix --output option used when with --export-secret-kety-p12.
Diffstat (limited to 'sm/export.c')
-rw-r--r--sm/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/export.c b/sm/export.c
index 1e8e95a2c..c1b9eaaf0 100644
--- a/sm/export.c
+++ b/sm/export.c
@@ -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)
{