diff options
author | Justus Winter <[email protected]> | 2016-09-05 09:22:10 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-05 12:05:19 +0000 |
commit | c39be0add8835c9bcc25bdd40e99e828aca56204 (patch) | |
tree | 06057db3831d98c1d02c34fecd3597672acbad42 /common/get-passphrase.c | |
parent | dirmngr: Exclude D lines from the IPC debug output. (diff) | |
download | gnupg-c39be0add8835c9bcc25bdd40e99e828aca56204.tar.gz gnupg-c39be0add8835c9bcc25bdd40e99e828aca56204.zip |
common: Fix typo.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'common/get-passphrase.c')
-rw-r--r-- | common/get-passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/get-passphrase.c b/common/get-passphrase.c index 8f3137b85..68361ec14 100644 --- a/common/get-passphrase.c +++ b/common/get-passphrase.c @@ -203,7 +203,7 @@ gnupg_get_passphrase (const char *cache_id, default_inq_cb, NULL, NULL, NULL); /* Older Pinentries return the old assuan error code for canceled - which gets translated bt libassuan to GPG_ERR_ASS_CANCELED and + which gets translated by libassuan to GPG_ERR_ASS_CANCELED and not to the code for a user cancel. Fix this here. */ if (err && gpg_err_source (err) && gpg_err_code (err) == GPG_ERR_ASS_CANCELED) |