[git] GnuPG - branch, master, updated. gnupg-2.1.21-20-g663e5ed

by Justus Winter cvs at cvs.gnupg.org
Tue May 30 14:31:37 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  663e5ed0737465e79a9c877f18d93bddfd05a7a4 (commit)
      from  d3d640b9cc98dd0d06b49a2e4d46eb67af96fe29 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 663e5ed0737465e79a9c877f18d93bddfd05a7a4
Author: Justus Winter <justus at g10code.com>
Date:   Mon May 29 15:23:36 2017 +0200

    gpg: Fix typos.
    
    --
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/g10/cpr.c b/g10/cpr.c
index 3391071..1548720 100644
--- a/g10/cpr.c
+++ b/g10/cpr.c
@@ -73,7 +73,7 @@ status_currently_allowed (int no)
     return 1; /* Yes. */
 
   /* We allow some statis anyway, so that import statistics are
-     correct and to avoid problems if the retriebval subsystem will
+     correct and to avoid problems if the retrieval subsystem will
      prompt the user. */
   switch (no)
     {
diff --git a/g10/mainproc.c b/g10/mainproc.c
index 950f214..9500081 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -845,7 +845,7 @@ proc_compressed (CTX c, PACKET *pkt)
 
 /*
  * Check the signature.  If R_PK is not NULL a copy of the public key
- * used to verify the signature will be stored tehre, or NULL if not
+ * used to verify the signature will be stored there, or NULL if not
  * found.  Returns: 0 = valid signature or an error code
  */
 static int
@@ -1925,7 +1925,7 @@ check_sig_and_print (CTX c, kbnode_t node)
         statno = STATUS_GOODSIG;
 
       /* FIXME: We should have the public key in PK and thus the
-       * keyboock has already been fetched.  Thus we could use the
+       * keyblock has already been fetched.  Thus we could use the
        * fingerprint or PK itself to lookup the entire keyblock.  That
        * would best be done with a cache.  */
       keyblock = get_pubkeyblock (c->ctrl, sig->keyid);

-----------------------------------------------------------------------

Summary of changes:
 g10/cpr.c      | 2 +-
 g10/mainproc.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list