[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/06: Fix typos



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

jwilk pushed a commit to branch master
in repository lintian.

commit 1d32d0b0d4bdabca5bed3f87d9a92d5836635bec
Author: Jakub Wilk <jwilk@debian.org>
Date:   Mon Sep 19 20:06:44 2016 +0200

    Fix typos
---
 checks/files.desc                                        | 2 +-
 debian/changelog                                         | 4 +++-
 t/scripts/Lintian/Lab/Manifest/02-io.t                   | 2 +-
 t/scripts/Lintian/Lab/Manifest/03-diff.t                 | 2 +-
 t/scripts/Lintian/Lab/auto-repair.t                      | 2 +-
 t/scripts/Lintian/Lab/repair.t                           | 2 +-
 t/scripts/Lintian/Util/dctrl-parser.t                    | 2 +-
 t/tests/legacy-maintainer-scripts/debian/debian/postinst | 2 +-
 t/tests/scripts-bashisms/debian/debian/postinst          | 2 +-
 9 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/checks/files.desc b/checks/files.desc
index abb1133..ed34ae8 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -849,7 +849,7 @@ Info: Python eggs should not be installed, since the Debian package is
 Tag: package-contains-python-coverage-file
 Severity: normal
 Certainty: certain
-Info: The package conains a file that looks like output from the Python
+Info: The package contains a file that looks like output from the Python
  coverage.py tool.  These are generated by python{,3}-coverage during a test
  run, noting which parts of the code have been executed.  They can then be
  subsequently analyzed to identify code that could have been executed but was
diff --git a/debian/changelog b/debian/changelog
index f5c72a9..5aacdc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ lintian (2.5.48) UNRELEASED; urgency=low
     + [JW] Ignore comments in debian/rules.
     + [JW] Fix parsing rule targets in lines containing multiple colons.
       Thanks to Andreas Beckmann for the bug report.  (Closes: #838246)
+  * checks/fields.desc:
+    + [JW] Fix typo.
   * checks/testsuite.pm:
     + [JW] Apply patch from Sean Whitton to recognise autopkgtest-pkg-elpa
       as a valid value for the Testsuite field.  (Closes: #837801)
@@ -1396,7 +1398,7 @@ lintian (2.5.36) unstable; urgency=medium
     + [NT] Replace a wide-character by spelling out "does not".
 
   * data/files/privacy-breaker-websites:
-    + [BR] Detect libjs-bootstap as privacy-breach-uses-embedded-file
+    + [BR] Detect libjs-bootstrap as privacy-breach-uses-embedded-file
     + [BR] Improve detection of google plus.
     + [BR] Improve detection of jquery modules.
     + [BR] Detect doxygen logo.
diff --git a/t/scripts/Lintian/Lab/Manifest/02-io.t b/t/scripts/Lintian/Lab/Manifest/02-io.t
index 94c3545..18104a2 100755
--- a/t/scripts/Lintian/Lab/Manifest/02-io.t
+++ b/t/scripts/Lintian/Lab/Manifest/02-io.t
@@ -9,7 +9,7 @@ use Lintian::Lab::Manifest;
 my $DATADIR = $0;
 $DATADIR =~ s,[^/]+$,,o;
 if ($DATADIR) {
-    # invokved in some other dir
+    # invoked in some other dir
     $DATADIR = "$DATADIR/data";
 } else {
     # current dir
diff --git a/t/scripts/Lintian/Lab/Manifest/03-diff.t b/t/scripts/Lintian/Lab/Manifest/03-diff.t
index 1fdf464..0d55bfd 100755
--- a/t/scripts/Lintian/Lab/Manifest/03-diff.t
+++ b/t/scripts/Lintian/Lab/Manifest/03-diff.t
@@ -9,7 +9,7 @@ use Lintian::Lab::Manifest;
 my $DATADIR = $0;
 $DATADIR =~ s,[^/]+$,,o;
 if ($DATADIR) {
-    # invokved in some other dir
+    # invoked in some other dir
     $DATADIR = "$DATADIR/data";
 } else {
     # current dir
diff --git a/t/scripts/Lintian/Lab/auto-repair.t b/t/scripts/Lintian/Lab/auto-repair.t
index dd34c6c..f862f01 100755
--- a/t/scripts/Lintian/Lab/auto-repair.t
+++ b/t/scripts/Lintian/Lab/auto-repair.t
@@ -13,7 +13,7 @@ use Lintian::Util qw(delete_dir);
 my $DATADIR = $0;
 $DATADIR =~ s,[^/]+$,,o;
 if ($DATADIR) {
-    # invokved in some other dir
+    # invoked in some other dir
     $DATADIR = "$DATADIR/data";
 } else {
     # current dir
diff --git a/t/scripts/Lintian/Lab/repair.t b/t/scripts/Lintian/Lab/repair.t
index 73f0f4f..777e7da 100755
--- a/t/scripts/Lintian/Lab/repair.t
+++ b/t/scripts/Lintian/Lab/repair.t
@@ -12,7 +12,7 @@ use Lintian::Processable::Package;
 my $DATADIR = $0;
 $DATADIR =~ s,[^/]+$,,o;
 if ($DATADIR) {
-    # invokved in some other dir
+    # invoked in some other dir
     $DATADIR = "$DATADIR/data";
 } else {
     # current dir
diff --git a/t/scripts/Lintian/Util/dctrl-parser.t b/t/scripts/Lintian/Util/dctrl-parser.t
index 5bfc7c4..efc4363 100755
--- a/t/scripts/Lintian/Util/dctrl-parser.t
+++ b/t/scripts/Lintian/Util/dctrl-parser.t
@@ -27,7 +27,7 @@ my %TESTS_BAD = (
 my $DATADIR = $0;
 $DATADIR =~ s,[^/]+$,,o;
 if ($DATADIR) {
-    # invokved in some other dir
+    # invoked in some other dir
     $DATADIR = "$DATADIR/data";
 } else {
     # current dir
diff --git a/t/tests/legacy-maintainer-scripts/debian/debian/postinst b/t/tests/legacy-maintainer-scripts/debian/debian/postinst
index 98e0ea0..81fb726 100644
--- a/t/tests/legacy-maintainer-scripts/debian/debian/postinst
+++ b/t/tests/legacy-maintainer-scripts/debian/debian/postinst
@@ -110,7 +110,7 @@ EOF
 
 # This is a heredoc
 cat <<-EOF
-echo "All of the arry is ${H[@]}"
+echo "All of the array is ${H[@]}"
 EOF
 
 # As is this
diff --git a/t/tests/scripts-bashisms/debian/debian/postinst b/t/tests/scripts-bashisms/debian/debian/postinst
index b49ed8a..7004ffc 100644
--- a/t/tests/scripts-bashisms/debian/debian/postinst
+++ b/t/tests/scripts-bashisms/debian/debian/postinst
@@ -30,7 +30,7 @@ EOF
 
 # This is a heredoc
 cat <<-EOF
-echo "All of the arry is ${H[@]}"
+echo "All of the array is ${H[@]}"
 EOF
 
 # As is this

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


Reply to: