[git] Scute - branch, master, updated. scute-1.3.0-72-g4553ff2

by Yuri Chornoivan cvs at cvs.gnupg.org
Sat Jul 8 21:42:38 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 "PKCS#11 token on top of gpg-agent".

The branch, master has been updated
       via  4553ff2027fdc494c56bb0fa6bdc1df0779ec13c (commit)
      from  5ef976c40007ba2b062e9bd63e35bca894c3d9a0 (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 4553ff2027fdc494c56bb0fa6bdc1df0779ec13c
Author: Yuri Chornoivan <yurchor at ukr.net>
Date:   Sat Jul 8 21:15:42 2017 +0200

    Fix minor typos in doc and comments.
    
    --
    Signed-off-by: Damien Goutte-Gattat <dgouttegattat at incenp.org>

diff --git a/doc/manual/scute.texi b/doc/manual/scute.texi
index 392cc98..523a6da 100644
--- a/doc/manual/scute.texi
+++ b/doc/manual/scute.texi
@@ -201,7 +201,7 @@ of Scute into the application is seamless.
 
 Scute is a security device that implements the PKCS #11 interface for
 security tokens.  Applications which know how to use the PKCS #11
-interface to access security tokens for crytpographic operations can use
+interface to access security tokens for cryptographic operations can use
 Scute to access the OpenPGP smart card.  An important example of such an
 application is the Firefox web browser by the Mozilla project, which
 uses the Mozilla Network Security Services library (NSS).
diff --git a/src/agent.c b/src/agent.c
index cfc9a56..108e1ea 100644
--- a/src/agent.c
+++ b/src/agent.c
@@ -395,7 +395,7 @@ unescape_status_string (const unsigned char *src)
 }
 
 
-/* Take a 20 byte hexencoded string and put it into the the provided
+/* Take a 20 byte hexencoded string and put it into the provided
    20 byte buffer FPR in binary format.  Returns true if successful,
    and false otherwise.  */
 static int
diff --git a/src/sexp-parse.h b/src/sexp-parse.h
index f68c552..f2edafa 100644
--- a/src/sexp-parse.h
+++ b/src/sexp-parse.h
@@ -89,7 +89,7 @@ sskip (unsigned char const **buf, int *depth)
 }
 
 
-/* Check whether the the string at the address BUF points to matches
+/* Check whether the string at the address BUF points to matches
    the token.  Return true on match and update BUF to point behind the
    token.  Return false and do not update the buffer if it does not
    match. */

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

Summary of changes:
 doc/manual/scute.texi | 2 +-
 src/agent.c           | 2 +-
 src/sexp-parse.h      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PKCS#11 token on top of gpg-agent
http://git.gnupg.org




More information about the Gnupg-commits mailing list