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

[lintian] 10/10: Test::Lintian: Fix typo



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

jwilk pushed a commit to branch master
in repository lintian.

commit b4d993d3c63bfa7cfa33d4495c6b6743a99ebe65
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Nov 27 18:43:51 2015 +0100

    Test::Lintian: Fix typo
---
 debian/changelog    | 3 +++
 lib/Test/Lintian.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1ad70f5..50893fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,9 @@ lintian (2.5.39) UNRELEASED; urgency=medium
   * lib/Lintian/Tags.pm:
     + [JW] Fix typo.
 
+  * lib/Test/Lintian.pm:
+    + [JW] Fix typo.
+
   * private/refresh-insserv-data:
     + [JW] Fix typo.
 
diff --git a/lib/Test/Lintian.pm b/lib/Test/Lintian.pm
index 316424a..831b278 100644
--- a/lib/Test/Lintian.pm
+++ b/lib/Test/Lintian.pm
@@ -218,7 +218,7 @@ sub test_check_desc {
         $tested += 2;
 
         if ($is_translation or $cname eq 'lintian') {
-            my $reason = 'tranlations have no type';
+            my $reason = 'translations have no type';
             $reason = 'check "lintian" does not have a type'
               if not $is_translation;
             # skip these two tests for this special case...

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


Reply to: