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

[lintian] 02/03: c/files: 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 e8a190a51fc1eb4062a13ddef1d91c1ab5a36ab0
Author: Jakub Wilk <jwilk@debian.org>
Date:   Tue Jan 26 14:46:23 2016 +0100

    c/files: Fix typos
---
 checks/files.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/files.pm b/checks/files.pm
index bdd7831..e57c705 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -851,7 +851,7 @@ sub run {
                             foreach my $archs ($MULTIARCH_DIRS->all) {
                                 my $madir= $MULTIARCH_DIRS->value($archs);
                                 if ($block =~ m{\W\Q$madir\E(\W|$)}xms){
-                             # allow files to begin by triplet if it match arch
+                             # allow files to begin with triplet if it matches arch
                                     if($file->basename =~ m{^\Q$madir\E}xms) {
                                         next;
                                     }

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


Reply to: