[SCM] Debian package checker branch, master, updated. 2.3.0-29-g4a24aea
The following commit has been merged in the master branch:
commit 4a24aea498f4aefe529895803b1ffbab35726992
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Wed Dec 30 21:14:51 2009 +0000
    Fix a couple of typos ("ingoring" -> "ignoring")
diff --git a/frontend/lintian b/frontend/lintian
index 7cbdc9b..4cae456 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -540,11 +540,11 @@ if (defined $LINTIAN_SECTION) {
 
 # determine requested unpack level
 if (defined($unpack_level)) {
-    print STDERR "warning: --unpack-level is deprecated, ingoring.\n";
+    print STDERR "warning: --unpack-level is deprecated, ignoring.\n";
     # specified through command line
 } elsif (defined($LINTIAN_UNPACK_LEVEL)) {
     # specified via configuration file or env variable
-    print STDERR "warning: LINTIAN_UNPACK_LEVEL is deprecated, ingoring.\n";
+    print STDERR "warning: LINTIAN_UNPACK_LEVEL is deprecated, ignoring.\n";
 }
 
 # determine by action
-- 
Debian package checker
Reply to: