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

[lintian] 02/02: Spelling fixes. (Closes: #894834)



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

lamby pushed a commit to branch master
in repository lintian.

commit cd31f7cb0954cd64175667e4cfdbecf113d7e5d3
Author: Ville Skyttä <ville.skytta@iki.fi>
Date:   Wed Apr 4 20:21:59 2018 +0300

    Spelling fixes. (Closes: #894834)
---
 checks/fields.desc           | 4 ++--
 checks/patch-systems.pm      | 2 +-
 checks/python.desc           | 2 +-
 checks/source-copyright.desc | 2 +-
 commands/lintian.pm          | 2 +-
 debian/changelog             | 4 ++++
 6 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/checks/fields.desc b/checks/fields.desc
index a832039..18f528f 100644
--- a/checks/fields.desc
+++ b/checks/fields.desc
@@ -1458,7 +1458,7 @@ Info: This package has a relationship with the default-mta virtual
  default-mta and mail-transport-agent should only ever be in a set of
  alternatives together, with default-mta listed first.
  .
- Please add a "or" depedency on mail-transport-agent after
+ Please add a "or" dependency on mail-transport-agent after
  default-mta.
 
 Tag: mail-transport-agent-dependency-does-not-specify-default-mta
@@ -1471,7 +1471,7 @@ Info: This package has a relationship with the mail-transport-agent
  default-mta and mail-transport-agent should only ever be in a set of
  alternatives together, with default-mta listed first.
  .
- Please add a "or" depedency on default-mta before
+ Please add a "or" dependency on default-mta before
  mail-transport-agent.
 
 Tag: default-mta-dependency-not-listed-first
diff --git a/checks/patch-systems.pm b/checks/patch-systems.pm
index 06e1eae..c98a335 100644
--- a/checks/patch-systems.pm
+++ b/checks/patch-systems.pm
@@ -285,7 +285,7 @@ sub check_patch {
         my $tag_emitter
           = spelling_tag_emitter('spelling-error-in-patch-description',
             $patch_file);
-        # Check the first line seperately to avoid duplicates
+        # Check the first line separately to avoid duplicates
         foreach my $x (split(/\n/, $description, 2)) {
             check_spelling($x, $group->info->spelling_exceptions,$tag_emitter);
         }
diff --git a/checks/python.desc b/checks/python.desc
index c68b94b..9b5b9ad 100644
--- a/checks/python.desc
+++ b/checks/python.desc
@@ -43,7 +43,7 @@ Info: This source package appears to generate the specified Python 2 package
  package and, if not, consider removing it.
  .
  Alternatively, ensure that the corresponding package specifies the
- <tt>${python3:Depends}</tt> substvar in its binary depedencies.
+ <tt>${python3:Depends}</tt> substvar in its binary dependencies.
 
 Tag: build-depends-on-python-sphinx-only
 Severity: normal
diff --git a/checks/source-copyright.desc b/checks/source-copyright.desc
index fbe3034..e848c89 100644
--- a/checks/source-copyright.desc
+++ b/checks/source-copyright.desc
@@ -53,7 +53,7 @@ Severity: pedantic
 Certainty: certain
 Ref: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Info: Format URI of the machine-readable copyright file uses the plain HTTP
- unencrypted transport protocol.  Using HTTPS is prefered since policy 4.0.0.
+ unencrypted transport protocol.  Using HTTPS is preferred since policy 4.0.0.
  .
  Please use
  <tt>https://www.debian.org/doc/packaging-manuals/copyright-format/<i>version</i>/</tt>
diff --git a/commands/lintian.pm b/commands/lintian.pm
index abcfed8..45ee25a 100755
--- a/commands/lintian.pm
+++ b/commands/lintian.pm
@@ -194,7 +194,7 @@ EOT-EOT-EOT
         print <<"EOT-EOT-EOT";
     --tag-display-limit X     Specify "tag per package" display limit
     --no-tag-display-limit    Disable "tag per package" display limit
-                              (equivalant to --tag-display-limit=0)
+                              (equivalent to --tag-display-limit=0)
 EOT-EOT-EOT
     }
 
diff --git a/debian/changelog b/debian/changelog
index 6370ebe..d67e72d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,10 @@ lintian (2.5.81) UNRELEASED; urgency=medium
       $LoadBlessed option of YAML::XS if we have version 0.69 or above
       Thanks to Dylan Aïssi for the report.  (Closes: #894747)
 
+  * commands/lintian.pm, checks/{fields,patch-systems,python}, ...:
+    + [CL] Apply patch from Ville Skyttä correcting many spelling mistakes
+      in Lintian itself.  Thanks!  (Closes: #894834)
+
   * lib/Lintian/Check.pm:
     + [CL] Avoid false positives in spelling detection by allowing "(s)"
       suffixes instead of universally stripping all parenthesis.  This

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


Reply to: