[debhelper-devel] [debhelper] 01/01: Dh_Lib.pm: Fix typo of positive

Niels Thykier nthykier at moszumanska.debian.org
Thu Oct 6 15:59:23 UTC 2016


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 469fc42d51a84d7612c8de2e17fb79f3a4eb51b4
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Oct 6 15:58:49 2016 +0000

    Dh_Lib.pm: Fix typo of positive
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Dh_Lib.pm | 4 ++--
 debian/changelog           | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 331c316..3c44238 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -434,7 +434,7 @@ sub dirname {
 				my $l=<$compat_in>;
 				close($compat_in);
 				if (! defined $l || ! length $l) {
-					error("debian/compat must contain a postive number (found an empty first line)");
+					error("debian/compat must contain a positive number (found an empty first line)");
 
 				}
 				else {
@@ -445,7 +445,7 @@ sub dirname {
 					if (exists($NAMED_COMPAT_LEVELS{$c})) {
 						$c = $NAMED_COMPAT_LEVELS{$c};
 					} elsif ($c !~ m/^\d+$/) {
-						error("debian/compat must contain a postive number (found: \"$c\")");
+						error("debian/compat must contain a positive number (found: \"$c\")");
 					}
 				}
 			}
diff --git a/debian/changelog b/debian/changelog
index 24575ce..45def96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ debhelper (10.2.2) UNRELEASED; urgency=medium
     corner case, where an arch:all build would behave
     differently than an arch:all+arch:any when dh_installdir is
     optimised out only for the arch:all build.
+  * Dh_Lib.pm: Fix typo of positive.  Thanks to Matthias Klose
+    for spotting it.
 
  -- Niels Thykier <niels at thykier.net>  Sun, 02 Oct 2016 09:52:08 +0000
 

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




More information about the debhelper-devel mailing list