[Pkg-gnupg-commit] [gnupg2] 10/292: Fix comment and format.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:21 UTC 2016


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

dkg pushed a commit to branch master
in repository gnupg2.

commit 7305d27f36148a7fb8c2f4ef5b94774cbd21b18e
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Sat Sep 17 16:16:41 2016 +0900

    Fix comment and format.
    
    * agent/protect-tool.c (main): Fix comment.
    * doc/DETAILS (colon listings): Fix list.
    * tests/openpgp/multisig.test: Fix comment.
    
    --
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
 agent/protect-tool.c        | 2 +-
 doc/DETAILS                 | 1 -
 tests/openpgp/multisig.test | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/agent/protect-tool.c b/agent/protect-tool.c
index fa97b69..d683f4a 100644
--- a/agent/protect-tool.c
+++ b/agent/protect-tool.c
@@ -611,7 +611,7 @@ main (int argc, char **argv )
   else if (argc > 1)
     usage (1);
 
-  /* Allocate an CTRL object.  An empty object should sufficient.  */
+  /* Allocate an CTRL object.  An empty object should be sufficient.  */
   ctrl = xtrycalloc (1, sizeof *ctrl);
   if (!ctrl)
     {
diff --git a/doc/DETAILS b/doc/DETAILS
index 1e9682d..1411c71 100644
--- a/doc/DETAILS
+++ b/doc/DETAILS
@@ -16,7 +16,6 @@ parts of the external API for GPG and GPGSM.
 
 * Format of the colon listings
 
-* 
   The format is a based on colon separated record, each recods starts
   with a tag string and extends to the end of the line.  Here is an
   example:
diff --git a/tests/openpgp/multisig.test b/tests/openpgp/multisig.test
index 9989be5..0b72328 100755
--- a/tests/openpgp/multisig.test
+++ b/tests/openpgp/multisig.test
@@ -11,7 +11,7 @@
 # Check that gpg verifies only signatures where there is no ambiguity
 # in the order of packets.  Needs the Demo Keys Lima and Mike.
 
-# Note: We do son't support multiple signaturess anymore thus this test is 
+# Note: We do son't support multiple signatures anymore thus this test is
 # not really needed because verify could do the same.  We keep it anyway.
 
 . $srcdir/defs.inc || exit 3

-- 
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