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

[lintian] 02/02: spelling: Add correction for "lintain"



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

jwilk pushed a commit to branch master
in repository lintian.

commit c8575227dc3b6982017e3d45bb5bc973b55605ca
Author: Jakub Wilk <jwilk@debian.org>
Date:   Thu Jan 28 14:19:26 2016 +0100

    spelling: Add correction for "lintain"
    
    Also, fix instances of this misspelling in our own code.
---
 data/spelling/corrections          | 1 +
 debian/changelog                   | 6 +++++-
 lib/Lintian/Processable.pm         | 6 +++---
 lib/Lintian/Processable/Package.pm | 2 +-
 lib/Lintian/ProcessableGroup.pm    | 2 +-
 lib/Lintian/Tag/Override.pm        | 2 +-
 6 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/data/spelling/corrections b/data/spelling/corrections
index 2fbb027..116a619 100644
--- a/data/spelling/corrections
+++ b/data/spelling/corrections
@@ -974,6 +974,7 @@ licenceing||licencing
 licese||license
 ligth||light
 likelyhood||likelihood
+lintain||lintian
 loggging||logging
 loggin||login
 logile||logfile
diff --git a/debian/changelog b/debian/changelog
index 49d2f33..6b72160 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,10 @@ lintian (2.5.41) UNRELEASED; urgency=medium
   * lib/Lintian/Collect/Binary.pm:
     + [NT] Remove unnecessary values on members in the
       objdump_info table.
+  * lib/Lintian/Processable*.pm:
+    + [JW] Fix typos.
+  * lib/Lintian/Tag/Override.pm:
+    + [JW] Fix typo.
 
  -- Niels Thykier <niels@thykier.net>  Sun, 24 Jan 2016 12:58:06 +0000
 
@@ -10827,7 +10831,7 @@ lintian (1.24.3) unstable; urgency=low
   * checks/description:
     + [RA] Don't warn about a synopsis that ends in "etc."  Patch from
       Chris Lamb.  (Closes: #491252)
-    + [ADB] Use Lintain::Collect to read the package's description.
+    + [ADB] Use Lintian::Collect to read the package's description.
   * checks/etcfiles:
     + [ADB] Walk Lintian::Collect->index instead of reading the "index" file.
   * checks/fields{,.desc}:
diff --git a/lib/Lintian/Processable.pm b/lib/Lintian/Processable.pm
index 61da235..a19b31f 100644
--- a/lib/Lintian/Processable.pm
+++ b/lib/Lintian/Processable.pm
@@ -46,7 +46,7 @@ Lintian::Processable -- An (abstract) object that Lintian can process
 
 Instances of this perl class are objects that Lintian can process (e.g.
 deb files).  Multiple objects can then be combined into
-L<groups|Lintain::ProcessableGroup>, which Lintian will process
+L<groups|Lintian::ProcessableGroup>, which Lintian will process
 together.
 
 =head1 CLASS METHODS
@@ -236,7 +236,7 @@ Lintian::Processable->mk_ro_accessors(
 
 =item $proc->group([$group])
 
-Returns the L<group|Lintain::ProcessableGroup> $proc is in,
+Returns the L<group|Lintian::ProcessableGroup> $proc is in,
 if any.  If the processable is not in a group, this returns C<undef>.
 
 Can also be used to set the group of this processable.
@@ -311,7 +311,7 @@ Originally written by Niels Thykier <niels@thykier.net> for Lintian.
 
 lintian(1)
 
-L<Lintain::ProcessableGroup>
+L<Lintian::ProcessableGroup>
 
 =cut
 
diff --git a/lib/Lintian/Processable/Package.pm b/lib/Lintian/Processable/Package.pm
index a55aa4f..6c9bd77 100644
--- a/lib/Lintian/Processable/Package.pm
+++ b/lib/Lintian/Processable/Package.pm
@@ -216,7 +216,7 @@ lintian(1)
 
 L<Lintian::Processable>
 
-L<Lintain::ProcessableGroup>
+L<Lintian::ProcessableGroup>
 
 =cut
 
diff --git a/lib/Lintian/ProcessableGroup.pm b/lib/Lintian/ProcessableGroup.pm
index d0501c9..c7e0911 100644
--- a/lib/Lintian/ProcessableGroup.pm
+++ b/lib/Lintian/ProcessableGroup.pm
@@ -351,7 +351,7 @@ Originally written by Niels Thykier <niels@thykier.net> for Lintian.
 
 lintian(1)
 
-L<Lintain::Processable>
+L<Lintian::Processable>
 
 =cut
 
diff --git a/lib/Lintian/Tag/Override.pm b/lib/Lintian/Tag/Override.pm
index 20132a4..99f6c02 100644
--- a/lib/Lintian/Tag/Override.pm
+++ b/lib/Lintian/Tag/Override.pm
@@ -186,7 +186,7 @@ Originally written by Niels Thykier <niels@thykier.net> for Lintian.
 
 lintian(1)
 
-L<Lintain::Tags>
+L<Lintian::Tags>
 
 =cut
 

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


Reply to: