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

[lintian] 01/01: Fix typoed module names in POD



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

jwilk pushed a commit to branch master
in repository lintian.

commit 34f296d228fe952b0b444124f9a7073334ee4823
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sun Feb 7 18:33:04 2016 +0100

    Fix typoed module names in POD
---
 debian/changelog           | 4 +---
 lib/Lintian/CheckScript.pm | 2 +-
 lib/Lintian/Unpacker.pm    | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5400b8e..f72d0ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,10 +49,8 @@ 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:
+  * lib/Lintian/*.pm:
     + [JW] Fix typos.
-  * lib/Lintian/Tag/Override.pm:
-    + [JW] Fix typo.
 
   * man/lintian-lab-tool.pod:
     + [NT] New file.
diff --git a/lib/Lintian/CheckScript.pm b/lib/Lintian/CheckScript.pm
index 900a156..5a4101c 100644
--- a/lib/Lintian/CheckScript.pm
+++ b/lib/Lintian/CheckScript.pm
@@ -199,7 +199,7 @@ sub is_check_type {
 
 =item $cs->get_tag ($tagname)
 
-Return the L<tag|Lintian::Info::Tag> or undef (if the tag is not in
+Return the L<tag|Lintian::Tag::Info> or undef (if the tag is not in
 this check).
 
 =cut
diff --git a/lib/Lintian/Unpacker.pm b/lib/Lintian/Unpacker.pm
index 7df337d..7c1857e 100644
--- a/lib/Lintian/Unpacker.pm
+++ b/lib/Lintian/Unpacker.pm
@@ -333,7 +333,7 @@ HOOKS (if given) is a hashref of hooks.  The following hooks are available:
 
 Called each time a new collection job is started or finished.
 
-LPKG is the L<entry|Lintian::lab::Entry> it is applied to.  COLL is
+LPKG is the L<entry|Lintian::Lab::Entry> it is applied to.  COLL is
 the L<collection|Lintian::CollScript> being applied.  EVENT is either
 "start" for a new job or "finish" for a job terminating.
 

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


Reply to: