[devscripts] 01/04: uscan: Fix typo in pgpsigurlmangle warning

James McCoy jamessan at debian.org
Tue Jan 21 05:00:39 UTC 2014


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

jamessan pushed a commit to branch master
in repository devscripts.

commit a80465341f62bb8997095a53efc0e0325bfba56b
Author: James McCoy <jamessan at debian.org>
Date:   Mon Jan 20 21:36:43 2014 -0500

    uscan: Fix typo in pgpsigurlmangle warning
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 scripts/uscan.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 7314a5c..787f69e 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -817,7 +817,7 @@ sub process_watchline ($$$$$$)
 		uscan_warn "$progname warning: pgpsigurlmangle option exists, but debian/upstream-signing-key.pgp does not exist\n  in $watchfile, skipping:\n  $line\n";
 		return 1;
 	    } elsif (! $havegpgv) {
-		uscan_warn "$progname warning: pgpsignurlmangle option exists, but you must have gpgv installed to verify\n  in $watchfile, skipping:\n  $line\n";
+		uscan_warn "$progname warning: pgpsigurlmangle option exists, but you must have gpgv installed to verify\n  in $watchfile, skipping:\n  $line\n";
 		return 1;
 	    }
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list