[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 969c84f6c24529bbbacf8924bc5b58aade2c615e
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Jul 1 16:39:33 2016 +0200

    Fix typos
---
 checks/files.desc             |  2 +-
 checks/infofiles.desc         |  2 +-
 checks/systemd.desc           |  2 +-
 debian/changelog              | 30 ++++++++++++++++++++----------
 doc/lintian.xml               |  2 +-
 lib/Lintian/Collect/Source.pm |  2 +-
 lib/Lintian/Lab.pm            |  2 +-
 lib/Lintian/Lab/Entry.pm      |  2 +-
 lib/Lintian/Tag/Override.pm   |  2 +-
 man/lintian.pod.in            |  2 +-
 10 files changed, 29 insertions(+), 19 deletions(-)

diff --git a/checks/files.desc b/checks/files.desc
index 3738cc3..f780cd1 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -1512,7 +1512,7 @@ Severity: minor
 Certainty: wild-guess
 Experimental: yes
 Info: This udeb package appears to be empty, and its description does
- not say that it's a metapackage or an package.  This is often due to
+ not say that it's a metapackage or a package.  This is often due to
  problems with updating debhelper *.install files during package
  renames or similar problems where installation rules don't put files
  in the correct place.
diff --git a/checks/infofiles.desc b/checks/infofiles.desc
index 50d4557..2535991 100644
--- a/checks/infofiles.desc
+++ b/checks/infofiles.desc
@@ -79,5 +79,5 @@ Info: This info document contains an "[image]" but the image file it
  it like the document so as to avoid name clashes.  Eg. foo.info might
  call an image foo-example1.png.  If upstream does not do this already
  then it may be easier to <tt>sed</tt> the <tt>src=""</tt> to a path
- elsewhere, perhaps to share with a HTML rendition under say
+ elsewhere, perhaps to share with an HTML rendition under say
  <tt>/usr/share/doc/foo/html/</tt>.
diff --git a/checks/systemd.desc b/checks/systemd.desc
index 7c8eddb..07dea64 100644
--- a/checks/systemd.desc
+++ b/checks/systemd.desc
@@ -113,7 +113,7 @@ Tag: systemd-service-alias-without-extension
 Severity: normal
 Certainty: certain
 Ref: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#Alias=
-Info: The service file lists an alias without an file extension.
+Info: The service file lists an alias without a file extension.
  .
  The spec mandates that the extension of the listed alias matches
  the extension of the unit itself.
diff --git a/debian/changelog b/debian/changelog
index f5d1446..a96cbeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,9 +8,13 @@ lintian (2.5.46) UNRELEASED; urgency=medium
       package.  Thanks to Sergio Durigan Junior for the bug report and the
       initial patch.  (Closes: #828933)
   * checks/files.desc:
+    + [JW] Fix typos.
+  * checks/infofiles.desc:
     + [JW] Fix typo.
   * checks/manpages.desc:
     + [JW] Fix typos.
+  * checks/systemd.desc:
+    + [JW] Fix typo.
 
   * collection/*:
     + [JW] Remove "." from Perl's module search path.  (Mitigates: #588017)
@@ -28,13 +32,19 @@ lintian (2.5.46) UNRELEASED; urgency=medium
   * data/spelling/corrections:
     + [JW] Add more corrections.
 
+  * doc/lintian.xml:
+    + [JW] Fix typo.
+
   * frontend/dplint:
     + [JW] Remove "." from Perl's search path.  (Mitigates: #588017)
 
   * helpers/coll/*:
     + [JW] Remove "." from Perl's search path.  (Mitigates: #588017)
 
-  * lib/Lintian/Output.pm:
+  * lib/Lintian/*.pm:
+    + [JW] Fix typos.
+
+  * man/lintian.pod.in:
     + [JW] Fix typo.
 
  -- Niels Thykier <niels@thykier.net>  Sun, 19 Jun 2016 20:17:52 +0000
@@ -3882,7 +3892,7 @@ lintian (2.5.13) unstable; urgency=low
       to Torquil Sørensen for the report.  (Closes: #705835)
     + [NT] Clarify in the tag description of some tags related
       to "Vcs-*" fields that the tags are based on a data list
-      (and is not a result of a HTTP request while checking the
+      (and is not a result of an HTTP request while checking the
       package).
   * checks/files{,.desc}:
     + [JW,NT] Drop missing-pre-dependency-on-multiarch-support
@@ -4124,7 +4134,7 @@ lintian (2.5.12) experimental; urgency=medium
     + [NT] Do not suggest the use of "virtual package" as a way
       to suppress empty-binary-package.  Lintian will still
       accept it the phrase for now.
-    + [NT] Accept libx32 as an bi-arch directory.
+    + [NT] Accept libx32 as a bi-arch directory.
     + [NT] Ignore gzipped lintian overrides when checking whether
       a package is empty.
     + [NT] Fix typo of Pre-Depends, thanks to Raúl Benencia for
@@ -5501,7 +5511,7 @@ lintian (2.5.5) unstable; urgency=low
       status of some collections.
     + [NT] Keep auto-cleaned collections until all processables in
       the group has been checked.
-    + [NT] Attempt guess the version number when running in an git
+    + [NT] Attempt guess the version number when running in a git
       checkout or unpacked source dir.  Based on patch from Evan
       Broder.  (Closes: #650701)
     + [NT] Added support for the virtual "GROUP" type in Lab Queries.
@@ -6718,7 +6728,7 @@ lintian (2.5.0) unstable; urgency=low
     + [NT] Added to check for duplicate files in usr/share/doc.  Thanks to
       Axel Beckert for the suggestion.  (Closes: #614715)
   * check/fields:
-    + [NT] Accepted patch from Antonio Terceiro to add Ruby-Version as a
+    + [NT] Accepted patch from Antonio Terceiro to add Ruby-Version as an
       accepted field in binary packages.  Thanks to Vincent Carmona for
       the report.  (Closes: #623390)
   * check/files:
@@ -6744,7 +6754,7 @@ lintian (2.5.0) unstable; urgency=low
       (Closes: #626210)
 
   * data/common/source-fields:
-    + [NT] Accepted patch from Antonio Terceiro to add Ruby-Version as a
+    + [NT] Accepted patch from Antonio Terceiro to add Ruby-Version as an
       accepted field in binary packages.  Thanks to Vincent Carmona for
       the report.
 
@@ -8102,7 +8112,7 @@ lintian (2.3.1) unstable; urgency=low
     + [RG] Bump severity of init.d-script-sourcing-without-test to serious.
     + [RG] Lower the severity of init.d-script-does-not-provide-itself
       to minor.
-    + [RG] Fix a init.d-script-possible-missing-stop false positive when
+    + [RG] Fix an init.d-script-possible-missing-stop false positive when
       stopping on runlevels 2-5.
     + [RG] Mention 'killprocs' in init.d-script-possible-missing-stop's
       description.  Thanks, Kurt Roeckx.  (Closes: #562608)
@@ -9207,7 +9217,7 @@ lintian (2.2.11) unstable; urgency=low
       and Paul Gevers.  (Closes: #526435)
     + [RA] Downgrade certainty of tags for which we recommend overrides.
       Patch from Raphael Geissert.  (Closes: #530008)
-    + [ADB] Don't consider an 64-bit kernel module shipped in a binary
+    + [ADB] Don't consider a 64-bit kernel module shipped in a binary
       package for the corresponding 32-bit architecture to be "from other
       architecture".  (Closes: #532013)
     + [ADB] When checking for binaries which define rpaths, don't exclude
@@ -11447,7 +11457,7 @@ lintian (1.24.3) unstable; urgency=low
       Polo.
   * checks/rules:
     + [ADB] Use ::Collect for field access.
-    + [FL] Do not complain about using dh in a unused binary-* target.
+    + [FL] Do not complain about using dh in an unused binary-* target.
   * checks/scripts{,.desc}:
     + [RA] Warn about maintainer scripts that prepend a path to commands.
       Based on a patch by Raphael Geissert.  (Closes: #376184)
@@ -15086,7 +15096,7 @@ lintian (1.23.0) unstable; urgency=low
       they're installed. Based on patch by Jay Bonci. (Closes: #178441)
   * checks/init.d:
     + [FL] output-of-updaterc.d-not-redirected-to-dev-null should be
-      only a info tag since it is more a aesthetical issue, not a
+      only an info tag since it is more an aesthetical issue, not a
       policy violation. (Closes: #149700)
   * checks/lintian.desc:
     + [JvW] Added missing Type: tags
diff --git a/doc/lintian.xml b/doc/lintian.xml
index 43601a9..3d84b18 100644
--- a/doc/lintian.xml
+++ b/doc/lintian.xml
@@ -1244,7 +1244,7 @@ Overridable: no
       </itemizedlist>
       <para>
         Existing checks can be shadowed by placing a check with the
-        same name in an directory appearing earlier in the list.  This
+        same name in a directory appearing earlier in the list.  This
         also holds for the checks provided by Lintian itself.
       </para>
       <para>
diff --git a/lib/Lintian/Collect/Source.pm b/lib/Lintian/Collect/Source.pm
index fc3c29b..5d262bf 100644
--- a/lib/Lintian/Collect/Source.pm
+++ b/lib/Lintian/Collect/Source.pm
@@ -152,7 +152,7 @@ If the source format is 1.0 and the version number is absent, this
 will return false (as native packages are a lot rarer than non-native
 ones).
 
-Note if the source format is missing, it is assumed to be an 1.0
+Note if the source format is missing, it is assumed to be a 1.0
 package.
 
 Needs-Info requirements for using I<native>: L<Same as field|Lintian::Collect/field ([FIELD[, DEFAULT]])>
diff --git a/lib/Lintian/Lab.pm b/lib/Lintian/Lab.pm
index dda6a4d..d2a798e 100644
--- a/lib/Lintian/Lab.pm
+++ b/lib/Lintian/Lab.pm
@@ -229,7 +229,7 @@ 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 processable passed.  If such an entry
-does not exists, an new "non-existing" L<entry|Lintian::Lab::Entry>
+does not exists, a 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/Lab/Entry.pm b/lib/Lintian/Lab/Entry.pm
index e693347..b53da69 100644
--- a/lib/Lintian/Lab/Entry.pm
+++ b/lib/Lintian/Lab/Entry.pm
@@ -34,7 +34,7 @@ Lintian::Lab::Entry - A package inside the Lab
  # create the entry if it does not exist
  $lpkg->create unless $lpkg->exists;
  
- # obtain an Lintian::Collect object.
+ # obtain a Lintian::Collect object.
  my $info = $lpkg->info;
  
  $lpkg->clear_cache;
diff --git a/lib/Lintian/Tag/Override.pm b/lib/Lintian/Tag/Override.pm
index 3f1eb88..9bf3119 100644
--- a/lib/Lintian/Tag/Override.pm
+++ b/lib/Lintian/Tag/Override.pm
@@ -26,7 +26,7 @@ use Lintian::Data;
 
 =head1 NAME
 
-Lintian::Tag::Override -- Representation of an Lintian Override
+Lintian::Tag::Override -- Representation of a Lintian Override
 
 =head1 SYNOPSIS
 
diff --git a/man/lintian.pod.in b/man/lintian.pod.in
index c03de62..9002d5e 100644
--- a/man/lintian.pod.in
+++ b/man/lintian.pod.in
@@ -682,7 +682,7 @@ L</OPTIONS>.
 
 In the configuration file, all options listed must have a value, even
 if they do not accept a value on command line (e.g. --pedantic).  The
-values "yes", "y", "1", or "true" will enable such a option and "no",
+values "yes", "y", "1", or "true" will enable such an option and "no",
 "n", "0" or "false" will disable it.  Prior to the 2.5.2 release,
 these values were case sensitive.
 

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


Reply to: