[Pkg-gnupg-commit] [gnupg2] 64/118: common: Fix typo.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 15 18:25:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch encoding-and-speling
in repository gnupg2.

commit c39be0add8835c9bcc25bdd40e99e828aca56204
Author: Justus Winter <justus at g10code.com>
Date:   Mon Sep 5 11:22:10 2016 +0200

    common: Fix typo.
    
    --
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 common/get-passphrase.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/get-passphrase.c b/common/get-passphrase.c
index 8f3137b..68361ec 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list