aboutsummaryrefslogtreecommitdiffstats
path: root/src/keylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keylist.c')
-rw-r--r--src/keylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keylist.c b/src/keylist.c
index 11b68408..c0bf2155 100644
--- a/src/keylist.c
+++ b/src/keylist.c
@@ -1359,7 +1359,7 @@ gpgme_op_keylist_ext_start (gpgme_ctx_t ctx, const char *pattern[],
err = maybe_setup_for_requested_subkey (opd, pattern[i]);
if (err)
return TRACE_ERR (err);
- /* We can only handle one exact subnkey request. Thus we
+ /* We can only handle one exact subkey request. Thus we
* stop after the first seen. */
if (opd->requested_subkey)
break;