diff options
Diffstat (limited to '')
-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. */ |