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

[lintian] 05/10: L::Output: Fix typos 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 491a3784ac53bbdae49189f5c03ab4f1917533d7
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Nov 27 18:30:02 2015 +0100

    L::Output: Fix typos in POD
---
 debian/changelog      | 3 +++
 lib/Lintian/Output.pm | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 638e50c..fc94602 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ lintian (2.5.39) UNRELEASED; urgency=medium
   * doc/lintian.xml:
     + [JW] Fix typo.
 
+  * lib/Lintian/Output.pm:
+    + [JW] Fix typos.
+
   * lib/Lintian/Tags.pm:
     + [JW] Fix typo.
 
diff --git a/lib/Lintian/Output.pm b/lib/Lintian/Output.pm
index f2938b0..53ae397 100644
--- a/lib/Lintian/Output.pm
+++ b/lib/Lintian/Output.pm
@@ -51,7 +51,7 @@ Lintian::Output - Lintian messaging handling
 
     msg("Something interesting");
     v_msg("Something less interesting");
-    debug_msg(3, "Something very specfific");
+    debug_msg(3, "Something very specific");
 
     # OO
     use Lintian::Output;
@@ -61,12 +61,12 @@ Lintian::Output - Lintian messaging handling
     $out->verbosity_level(-1);
     $out->msg("Something interesting");
     $out->v_msg("Something less interesting");
-    $out->debug_msg(3, "Something very specfific");
+    $out->debug_msg(3, "Something very specific");
 
 =head1 DESCRIPTION
 
 Lintian::Output is used for all interaction between lintian and the user.
-It is designed to be easily extendable via subclassing.
+It is designed to be easily extensible via subclassing.
 
 To simplify usage in the most common cases, many Lintian::Output methods
 can be used as class methods and will therefor automatically use the object

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


Reply to: