[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 2b9f56165d105820d27ee0bdd2009410dfd3af2d
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Jul 8 23:32:09 2016 +0200

    Fix typos
---
 checks/phppear.desc     | 6 +++---
 checks/shared-libs.desc | 2 +-
 debian/changelog        | 4 ++++
 lib/Lintian/Tags.pm     | 2 +-
 lib/Lintian/Util.pm     | 4 ++--
 5 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/checks/phppear.desc b/checks/phppear.desc
index 5f659b6..ce3f3c4 100644
--- a/checks/phppear.desc
+++ b/checks/phppear.desc
@@ -9,7 +9,7 @@ Info: This script checks if the packages comply with various aspects of the
 Tag: pear-package-without-pkg-php-tools-builddep
 Severity: normal
 Certainty: possible
-Info: The package contains an package.xml or package2.xml file but doesn't
+Info: The package contains a package.xml or package2.xml file but doesn't
  build-depend on pkg-php-tools.
  .
  pkg-php-tools is the recommended tool for building PEAR and PECL packages. For
@@ -18,7 +18,7 @@ Info: The package contains an package.xml or package2.xml file but doesn't
 Tag: pear-channel-without-pkg-php-tools-builddep
 Severity: normal
 Certainty: possible
-Info: The package contains an channel.xml file but doesn't build-depend on
+Info: The package contains a channel.xml file but doesn't build-depend on
  pkg-php-tools.
  .
  pkg-php-tools is the recommended tool for building PEAR and PECL packages. For
@@ -55,7 +55,7 @@ Info: The package is a PECL package but its control file doesn't have
 Tag: composer-package-without-pkg-php-tools-builddep
 Severity: wishlist
 Certainty: possible
-Info: The package contains an composer.json file but doesn't build-depend on
+Info: The package contains a composer.json file but doesn't build-depend on
  pkg-php-tools.
  .
  pkg-php-tools is the recommended tool for building PHP Composer packages. For
diff --git a/checks/shared-libs.desc b/checks/shared-libs.desc
index 3373910..47791b5 100644
--- a/checks/shared-libs.desc
+++ b/checks/shared-libs.desc
@@ -112,7 +112,7 @@ Certainty: certain
 Info: The given maintainer script calls ldconfig.  However, explicit
  calls in maintainer scripts should be replaced by a dpkg trigger.
  .
- Please replace the "ldconfig" call with a <tt>activate-noawait
+ Please replace the "ldconfig" call with an <tt>activate-noawait
  ldconfig</tt> trigger.  With debhelper it is usually sufficient
  to simply add that line to <tt>debian/&lt;package&gt;.triggers</tt>.
  .
diff --git a/debian/changelog b/debian/changelog
index 71d2bd8..73b161f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,10 @@ lintian (2.5.46) UNRELEASED; urgency=medium
       Thanks to Jeremy Bicha for the bug report.  (Closes: #829047)
   * checks/manpages.desc:
     + [JW] Fix typos.
+  * checks/phppear.desc:
+    + [JW] Fix typos.
+  * checks/shared-libs.desc:
+    + [JW] Fix typo.
   * checks/systemd.desc:
     + [JW] Fix typo.
 
diff --git a/lib/Lintian/Tags.pm b/lib/Lintian/Tags.pm
index 81679a2..1c4549b 100644
--- a/lib/Lintian/Tags.pm
+++ b/lib/Lintian/Tags.pm
@@ -786,7 +786,7 @@ values the per-file statistics.
 
 The per-file statistics has a set of hashes of keys to times seen in tags:
 tag names (the C<tags> key), severities (the C<severity> key), certainties
-(the C<certainty> key), and tag codes (the C<types> key).  It also has a
+(the C<certainty> key), and tag codes (the C<types> key).  It also has an
 C<overrides> key which has as its value another hash with those same four
 keys, which keeps statistics on overridden tags (not included in the
 regular counts).
diff --git a/lib/Lintian/Util.pm b/lib/Lintian/Util.pm
index 19acad2..56be971 100644
--- a/lib/Lintian/Util.pm
+++ b/lib/Lintian/Util.pm
@@ -361,10 +361,10 @@ An invalid or malformed PGP header appears.
 
 Two "BEGIN PGP MESSAGE" headers appears in the same message.
 
-=item End of file but expected a "END PGP SIGNATURE" header
+=item End of file but expected an "END PGP SIGNATURE" header
 
 The file ended after a "BEGIN PGP SIGNATURE" header without being
-followed by a "END PGP SIGNATURE".
+followed by an "END PGP SIGNATURE".
 
 =item PGP MESSAGE header must be first content if present
 

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


Reply to: