[Pkg-gnupg-commit] [gnupg2] 95/241: gpg: Fix message formatting.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:32:00 UTC 2015


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

dkg pushed a commit to branch master
in repository gnupg2.

commit c8ef9f9a64d13ea8b9b4ade62525243abe2976ba
Author: Neal H. Walfield <neal at g10code.com>
Date:   Tue Nov 3 15:51:29 2015 +0100

    gpg: Fix message formatting.
    
    * g10/tofu.c (get_trust): Fix message formatting.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>
---
 g10/tofu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/g10/tofu.c b/g10/tofu.c
index 37ae8c6..b936f68 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -1876,7 +1876,7 @@ get_trust (struct dbs *dbs, const char *fingerprint, const char *email,
         char *conflict_pp = fingerprint_format (conflict);
 	es_fprintf (fp,
 		    _("The key %s raised a conflict with this binding (%s)."
-                      "  Since this binding's policy was 'auto', it was"
+                      "  Since this binding's policy was 'auto', it was "
                       "changed to 'ask'.  "),
 		    conflict_pp, binding);
         xfree (conflict_pp);
@@ -2069,7 +2069,7 @@ get_trust (struct dbs *dbs, const char *fingerprint, const char *email,
 	    "Normally, there is only a single key associated with an email "
 	    "address.  However, people sometimes generate a new key if "
 	    "their key is too old or they think it might be compromised.  "
-	    "Alternatively, a new key may indicate a man-in-the-middle"
+	    "Alternatively, a new key may indicate a man-in-the-middle "
 	    "attack!  Before accepting this key, you should talk to or "
 	    "call the person to make sure this new key is legitimate.";
 	es_fprintf (fp, "\n%s\n", text);

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