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

[lintian] 01/01: 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 c699b7d63d12aca4ada48689a25a570e7cb372d2
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sun Oct 4 19:37:08 2015 +0200

    Fix typos
---
 checks/changelog-file.desc                                | 4 ++--
 checks/changelog-file.pm                                  | 2 +-
 t/tests/changelog-file-general/debian/debian/changelog.in | 2 +-
 t/tests/changelog-file-general/tags                       | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/checks/changelog-file.desc b/checks/changelog-file.desc
index 5c3e593..ceeba26 100644
--- a/checks/changelog-file.desc
+++ b/checks/changelog-file.desc
@@ -367,11 +367,11 @@ Info: The last changelog entry refer to a debian revision that is not
  consecutive to previous changelog entry. Please use consecutive Debian
  revision or use UNRELEASED version.
 
-Tag: mispell-closes-bug
+Tag: misspelled-closes-bug
 Severity: normal
 Certainty: certain
 Ref: policy 5.6.22
-Info: The last changelog entry use Close: #123456 instead of correct
+Info: The last changelog entry uses Close: #123456 instead of correct
  Closes: #123456
 
 Tag: version-refers-to-distribution
diff --git a/checks/changelog-file.pm b/checks/changelog-file.pm
index 05687ab..4501852 100644
--- a/checks/changelog-file.pm
+++ b/checks/changelog-file.pm
@@ -384,7 +384,7 @@ sub run {
         }
 
         if($changes =~ /Close:\s+(\#\d+)/xi) {
-            tag 'mispell-closes-bug',$1;
+            tag 'misspelled-closes-bug',$1;
         }
 
         my $changesempty = $changes;
diff --git a/t/tests/changelog-file-general/debian/debian/changelog.in b/t/tests/changelog-file-general/debian/debian/changelog.in
index e3ce67f..087e909 100644
--- a/t/tests/changelog-file-general/debian/debian/changelog.in
+++ b/t/tests/changelog-file-general/debian/debian/changelog.in
@@ -10,7 +10,7 @@
   * http://www.example.com/but-a-really-long-url-does-not-count-as-a-long-line-at-all
     See http://www.example.com/but-a-really-long-url-does-not-count-as-a-long-line-at-all
     even if preceded by See.
-  * Mispell Closes (Close: #666666)
+  * Misspelled Closes (Close: #666666)
 
   * Here is another really long in the changelog, and it would be really nice if a
     certain program would report its line number correctly.  Especially since,
diff --git a/t/tests/changelog-file-general/tags b/t/tests/changelog-file-general/tags
index e7ae9df..569f109 100644
--- a/t/tests/changelog-file-general/tags
+++ b/t/tests/changelog-file-general/tags
@@ -7,7 +7,7 @@ W: changelog-file-general: debian-changelog-line-too-long line 8
 W: changelog-file-general: improbable-bug-number-in-closes 12
 W: changelog-file-general: latest-debian-changelog-entry-without-new-date
 W: changelog-file-general: latest-debian-changelog-entry-without-new-version
-W: changelog-file-general: mispell-closes-bug #666666
+W: changelog-file-general: misspelled-closes-bug #666666
 W: changelog-file-general: syntax-error-in-debian-changelog line 31 "badly formatted heading line"
 W: changelog-file-general: syntax-error-in-debian-changelog line 33 "found change data where expected next heading or eof"
 X: changelog-file-general: bad-intended-distribution intended to experimental but uploaded to unstable

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


Reply to: