From ee3a1ec0d84eec6804fa188c0de292e06a49d7ec Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 20 May 2008 08:00:40 +0000 Subject: Fix --output option used when with --export-secret-kety-p12. --- sm/export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sm/export.c') 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) { -- cgit v1.2.3