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

[lintian] 01/01: L::C::Group: Fix typo in field name



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

nthykier pushed a commit to branch master
in repository lintian.

commit 79cd8320d7c124c84e5c73c9a3ee9d82bd76e7ce
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jul 22 08:19:42 2015 +0200

    L::C::Group: Fix typo in field name
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Lintian/Collect/Group.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Lintian/Collect/Group.pm b/lib/Lintian/Collect/Group.pm
index d9c264a..eff95f9 100644
--- a/lib/Lintian/Collect/Group.pm
+++ b/lib/Lintian/Collect/Group.pm
@@ -148,7 +148,7 @@ sub spelling_exceptions {
             $except{$_} = 1 for split m/-/, $name;
         }
     }
-    $self->{'seplling_exceptions'} = \%except;
+    $self->{'spelling_exceptions'} = \%except;
     return \%except;
 }
 

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


Reply to: