diff options
author | Justus Winter <[email protected]> | 2016-10-27 12:58:01 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-10-27 12:59:56 +0000 |
commit | 445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch) | |
tree | 55b7113c092bed4ff910a4d2c377e92775c5c1c7 /g10/getkey.c | |
parent | g10: Assert preconditions. (diff) | |
download | gnupg-445f0c13d751f6dee9d70ef0785866ab2a7ea120.tar.gz gnupg-445f0c13d751f6dee9d70ef0785866ab2a7ea120.zip |
Fix typos.
--
Signed-off-by: Justus Winter <[email protected]>
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. * |