diff options
Diffstat (limited to 'g10/getkey.c')
-rw-r--r-- | g10/getkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/getkey.c b/g10/getkey.c index 22842fe96..325f00bc9 100644 --- a/g10/getkey.c +++ b/g10/getkey.c @@ -1935,7 +1935,7 @@ getkey_byname (ctrl_t ctrl, getkey_ctx_t *retctx, PKT_public_key *pk, * and then xfree(PK)). * * RET_KEYBLOCK can be given as NULL; if it is not NULL it the entire - * found keyblock wis retruned hich must be released with + * found keyblock is returned which must be released with * release_kbnode. If the function returns an error NULL is stored at * RET_KEYBLOCK. * |