diff options
Diffstat (limited to 'agent/protect-tool.c')
-rw-r--r-- | agent/protect-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index b41730c10..e518c5672 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -709,7 +709,7 @@ sexp_to_kparms (gcry_sexp_t sexp) return NULL; } - /* Paramter names used with RSA. */ + /* Parameter names used with RSA. */ elems = "nedpqu"; array = xcalloc (strlen(elems) + 1, sizeof *array); for (idx=0, s=elems; *s; s++, idx++ ) |