diff options
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) |