From c39be0add8835c9bcc25bdd40e99e828aca56204 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 5 Sep 2016 11:22:10 +0200 Subject: common: Fix typo. -- Signed-off-by: Justus Winter --- common/get-passphrase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/get-passphrase.c') 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) -- cgit v1.2.3