diff options
| author | Werner Koch <[email protected]> | 2010-01-08 19:18:49 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2010-01-08 19:18:49 +0000 |
| commit | be45bf3d544873ff4bc86496c6ab6c5f16c6a26e (patch) | |
| tree | 31c443f6d989917ea476143abc4fd5d2ae749faa /agent/minip12.c | |
| parent | Fix bug 1146 (diff) | |
| download | gnupg-be45bf3d544873ff4bc86496c6ab6c5f16c6a26e.tar.gz gnupg-be45bf3d544873ff4bc86496c6ab6c5f16c6a26e.zip | |
Add dummu option --passwd for gpg.
Collected changes.
Diffstat (limited to 'agent/minip12.c')
| -rw-r--r-- | agent/minip12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/minip12.c b/agent/minip12.c index 6b65c8c36..247171773 100644 --- a/agent/minip12.c +++ b/agent/minip12.c @@ -1698,7 +1698,7 @@ build_key_sequence (gcry_mpi_t *kparms, size_t *r_length) } if (i != 8) { - log_error ("invalid paramters for p12_build\n"); + log_error ("invalid parameters for p12_build\n"); return NULL; } /* Now this all goes into a sequence. */ |
