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

[lintian] 01/03: ignore tEH and tEh as well



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

abe pushed a commit to branch master
in repository lintian.

commit 0471f096130d86550a26c7263ad84b880a5110bf
Author: Tomasz Buchert <tomasz@debian.org>
Date:   Sun Apr 19 18:14:30 2015 +0200

    ignore tEH and tEh as well
    
    Signed-off-by: Axel Beckert <abe@deuxchevaux.org>
---
 checks/binaries.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/checks/binaries.pm b/checks/binaries.pm
index 94050ab..986d803 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -328,6 +328,8 @@ sub run {
         my $exceptions = {
             %{ $group->info->spelling_exceptions },
             'teH' => 1, # From #711207
+            'tEH' => 1,
+            'tEh' => 1,
         };
         check_spelling('spelling-error-in-binary',$strings, $file,$exceptions);
 

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


Reply to: