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

[lintian] 03/03: Fix typo



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

nthykier pushed a commit to branch master
in repository lintian.

commit 0c4bd026a72803425515cf729e3829e987d7279f
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Aug 2 20:00:19 2016 +0000

    Fix typo
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-sync-state.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/reporting-sync-state.pm b/commands/reporting-sync-state.pm
index 798e73c..84754e3 100644
--- a/commands/reporting-sync-state.pm
+++ b/commands/reporting-sync-state.pm
@@ -265,7 +265,7 @@ sub cleanup_group_state {
         delete($state->{$group_id});
         log_debug("Group ${group_id} dropped: No members left (late)");
     } else {
-        # remote redundant fields
+        # remove redundant fields
         remove_if_empty($group_data, 'out-of-date');
         for my $metadata_field (qw(area maintainer uploaders)) {
             remove_if_empty($group_data->{'mirror-metadata'}, $metadata_field);

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


Reply to: