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

[lintian] 01/01: Fix typos: the the -> the



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

jwilk pushed a commit to branch master
in repository lintian.

commit c6696d25b213413080c79dc6f3b410e7c9363114
Author: Jakub Wilk <jwilk@debian.org>
Date:   Tue Sep 29 23:26:08 2015 +0200

    Fix typos: the the -> the
---
 checks/fields.pm              |  4 ++--
 debian/changelog              | 15 +++++++++++++--
 doc/lintian.xml               |  2 +-
 lib/Lintian/Collect/Source.pm |  2 +-
 lib/Lintian/Lab.pm            |  2 +-
 lib/Lintian/Tags.pm           |  2 +-
 man/lintian.pod.in            |  2 +-
 7 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/checks/fields.pm b/checks/fields.pm
index 1829c15..d5fc6a4 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -821,7 +821,7 @@ sub run {
                       if ("$d_pkg-doc" eq $pkg
                         && $field =~ /^(?:pre-)?depends$/);
 
-                    # only trigger this for the the preferred alternative
+                    # only trigger this for the preferred alternative
                     tag 'versioned-dependency-satisfied-by-perl',
                       "$field: $part_d_orig"
                       if $alternatives[0][-1] eq $part_d_orig
@@ -1075,7 +1075,7 @@ sub run {
                           if $d_pkg =~ /^perl-modules/
                           && $proc->pkg_src ne 'perl';
 
-                        # only trigger this for the the preferred alternative
+                        # only trigger this for the preferred alternative
                         tag 'versioned-dependency-satisfied-by-perl',
                           "$field: $part_d_orig"
                           if $alternatives[0][-1] eq $part_d_orig
diff --git a/debian/changelog b/debian/changelog
index 25e717b..6837062 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,17 @@ lintian (2.5.38) UNRELEASED; urgency=medium
   * data/spelling/corrections:
     + [JW] Add more corrections.
 
+  * doc/lintian.xml:
+    + [JW] Fix typo.
+
+  * lib/Lintian/Collect.pm:
+    + [JW] Fix typo.
+  * lib/Lintian/Lab.pm
+    + [JW] Fix typo.
+
+  * man/lintian.pod.in:
+    + [JW] Fix typo.
+
   * private/refresh-debhelper-data:
     + [NT] Add a "This file is generated" header to all output files.
 
@@ -8108,7 +8119,7 @@ lintian (2.2.13) unstable; urgency=low
       contains a tilde or consists of a single character.  Thanks, Raphael
       Geissert and Ryan Niebur.
     + [RA] Avoid a false positive in the bashism check for trap with
-      signal numbers when the the trap command contains a number.  Thanks,
+      signal numbers when the trap command contains a number.  Thanks,
       Julien Cristau.  (Closes: #534580)
     + [RA] Check for any maintainer script running install-info, since
       this is now handled with triggers.
@@ -14205,7 +14216,7 @@ lintian (1.23.0) unstable; urgency=low
     + [JvW] Also emit warning if standards version is 3.6.0, and not yet 3.6.1
 
   * collection/diffstat
-    + [HE] The diff.gz file name does not include the the epoch, so strip it
+    + [HE] The diff.gz file name does not include the epoch, so strip it
       before trying to get the file.
   * collection/override-file:
     + [FL] add support for source overrides (Closes: #129510)
diff --git a/doc/lintian.xml b/doc/lintian.xml
index 855d438..9a25d3d 100644
--- a/doc/lintian.xml
+++ b/doc/lintian.xml
@@ -1088,7 +1088,7 @@ Overridable: no
                 </para>
                 <para>
                   More formally, let <replaceable>CP</replaceable> be the name of the vendor
-                  profile that defines the the data file containing the instruction.  Let
+                  profile that defines the data file containing the instruction.  Let
                   the parent of <replaceable>CP</replaceable> be referred to as
                   <replaceable>PCP</replaceable>.
                 </para>
diff --git a/lib/Lintian/Collect/Source.pm b/lib/Lintian/Collect/Source.pm
index 5d534d8..e4b0876 100644
--- a/lib/Lintian/Collect/Source.pm
+++ b/lib/Lintian/Collect/Source.pm
@@ -624,7 +624,7 @@ only have one tarball and their debian packaging is included in that
 tarball.
 
 IMPLEMENTATION DETAIL/CAVEAT: Lintian currently (2.5.11) generates
-this by running "find(1)" after unpacking the the source package.
+this by running "find(1)" after unpacking the source package.
 This has three consequences.
 
 First it means that (original) owner/group data is lost; Lintian
diff --git a/lib/Lintian/Lab.pm b/lib/Lintian/Lab.pm
index f55e10a..11a592f 100644
--- a/lib/Lintian/Lab.pm
+++ b/lib/Lintian/Lab.pm
@@ -228,7 +228,7 @@ this returns the first match (if any).  Note there is no guaranteed
 order (e.g. the returned list is not ordered).
 
 If the second calling convention is used, then this method will search
-for an entry matching the the processable passed.  If such an entry
+for an entry matching the processable passed.  If such an entry
 does not exists, an new "non-existing" L<entry|Lintian::Lab::Entry>
 will be returned.  This entry can be created by using the
 L<create|Lintian::Lab::Entry/create> method on the entry.
diff --git a/lib/Lintian/Tags.pm b/lib/Lintian/Tags.pm
index cb9f610..75862c8 100644
--- a/lib/Lintian/Tags.pm
+++ b/lib/Lintian/Tags.pm
@@ -111,7 +111,7 @@ created object.
 #     Policy, or devref, or so forth.
 #
 # files:
-#     Info about a specific file.  Key is the the filename, value another
+#     Info about a specific file.  Key is the filename, value another
 #     hash with the following keys:
 #      - pkg: package name
 #      - version: package version
diff --git a/man/lintian.pod.in b/man/lintian.pod.in
index d6526eb..7bb7cf3 100644
--- a/man/lintian.pod.in
+++ b/man/lintian.pod.in
@@ -123,7 +123,7 @@ L</COLLECTION> section below.
 
 =item B<-X> chk1,chk2,..., B<--dont-check-part> chk1,chk2,...
 
-Run all but the the specified checks.  You can either specify the name
+Run all but the specified checks.  You can either specify the name
 of the check script or the abbreviation.  For details, see the
 L</CHECKS> section below.
 

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


Reply to: