The following commit has been merged in the master branch:
commit 34fca31932eca6d2ba45d46e72bac881e906d50e
Author: James Vega <[email protected]>
Date:   Tue May 25 19:45:26 2010 -0400

    Fix a small typo in uscan.
    
    Signed-off-by: James Vega <[email protected]>

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index f4d0aac..a170219 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -527,7 +527,7 @@ for my $dir (@dirs) {
            print "-- Found watchfile in $dir/debian\n" if $verbose;
        } else {
            print "-- Skip watchfile in $dir/debian since it does not match the 
package name\n" .
-               "   (or the settings of the--check-dirname-level and 
--check-dirname-regex options if any).\n"
+               "   (or the settings of the --check-dirname-level and 
--check-dirname-regex options if any).\n"
                if $verbose;
            next;
        }

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to [email protected].

Reply via email to