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

[lintian] 01/03: 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 1f3c97fa6e03db1f82b5d55c17a02344c7a2f6f8
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sun Jan 24 12:30:32 2016 +0100

    Fix typos
---
 checks/cruft.pm               | 4 ++--
 data/cruft/bad-link-copyright | 2 +-
 debian/changelog              | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index d832330..ef407fe 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -206,11 +206,11 @@ sub _get_license_check_file {
 
             my @keywordlist = split(/\s*\&\&\s*/, $keywords);
             if(scalar(@keywordlist) < 1) {
-                fail $syntaxerror, 'No keywords line', $.;
+                fail $syntaxerror, 'No keywords on line', $.;
             }
             my @sentencelist = split(/\s*\|\|\s*/, $sentence);
             if(scalar(@sentencelist) < 1) {
-                fail $syntaxerror, 'No sentence line', $.;
+                fail $syntaxerror, 'No sentence on line', $.;
             }
 
             if($regex eq '') {
diff --git a/data/cruft/bad-link-copyright b/data/cruft/bad-link-copyright
index 7e90485..aaa24a3 100644
--- a/data/cruft/bad-link-copyright
+++ b/data/cruft/bad-link-copyright
@@ -1,3 +1,3 @@
-# Well know bad link rel copyright
+# Well-known bad link rel copyright
 # format is tag ~~ regexp
 license-problem-cc-by-nc-sa ~~ ^https?://creativecommons.org/licenses/by-nc-sa/
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index eebc51e..9f3045b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ lintian (2.5.41) UNRELEASED; urgency=medium
 
   * checks/cruft.pm:
     + [BR] Check package testsuite for license problems.
-    + [BR] Allow multiple full text for license problems.
+    + [BR] Allow multiple full texts for license problems.
     + [BR] Detect link copyright tag and warn in case of
       cc-by-nc-sa
 

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


Reply to: