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

[lintian] 07/10: reporting/html_reports: fix typo in code comments



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

jwilk pushed a commit to branch master
in repository lintian.

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

    reporting/html_reports: fix typo in code comments
---
 reporting/html_reports | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reporting/html_reports b/reporting/html_reports
index aed3ff6..79803f3 100755
--- a/reporting/html_reports
+++ b/reporting/html_reports
@@ -755,7 +755,7 @@ sub parse_lintian_log {
         $source_version =~ tr/a-zA-Z0-9.+:~-/_/c;
 
         # Conditionally call html_quote if needed.  On average, 11-13% of
-        # all tags (emitted on lintan.d.o) have no "extra".  That would be
+        # all tags (emitted on lintian.d.o) have no "extra".  That would be
         # tags like "no-upstream-changelog".
         if (defined($extra)) {
             $extra = html_quote($extra);

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


Reply to: