[lintian] 01/02: t/runtests: 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 112be5857d4be8f0f1e58d991268fba6c82cf38a
Author: Jakub Wilk <jwilk@debian.org>
Date: Sun Nov 1 19:08:34 2015 +0100
t/runtests: Fix typo
---
t/runtests | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/runtests b/t/runtests
index 5d6064a..02b1a9e 100755
--- a/t/runtests
+++ b/t/runtests
@@ -455,7 +455,7 @@ sub run_lintian {
}
unless ($status == 0 or $status == 1) {
my $name = $testdata->{testname};
- #NB: lines in @data has trailing newline.
+ #NB: lines in @data have trailing newlines.
my $msg = "$LINTIAN @options $file exited with status $status\n";
$msg .= join(q{},map { "$name: $_" } @data);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
Reply to: