This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 12aa4f3cca7342a3beccd138f06c84a1f75f3fce Author: Niels Thykier <[email protected]> Date: Sat Feb 21 19:11:42 2015 +0100 r/html_reports: Typo fix in comment Signed-off-by: Niels Thykier <[email protected]> --- reporting/html_reports | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reporting/html_reports b/reporting/html_reports index d082330..c12afd4 100755 --- a/reporting/html_reports +++ b/reporting/html_reports @@ -181,7 +181,7 @@ my $STATE_CACHE = load_state_cache($HARNESS_STATE_DIR); # # %tag_statistics holds a hash of tag-specific statistics. Each tag name is a # key, and its value is a hash with the following keys: count and overrides -# (number of times the tag has been detected and overriden, respectively), and +# (number of times the tag has been detected and overridden, respectively), and # packages (number of packages with at least one such tag). my (%statistics, %tag_statistics); @@ -239,7 +239,7 @@ for my $group_id (sort(keys(%{$STATE_CACHE->{'groups'}}))) { # Now, walk through the tags by source package (sorted by maintainer). Output # a summary page of errors and warnings for each maintainer, output a full -# page that includes info, experimental, and overriden tags, and assemble the +# page that includes info, experimental, and overridden tags, and assemble the # maintainer index and the QA package list as we go. my (%qa, %maintainer_table, %sources); my @maintainers = sort(uniq(keys(%by_maint), keys(%by_uploader))); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

