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 <tom...@debian.org>
Date:   Sun Apr 19 18:14:30 2015 +0200

    ignore tEH and tEh as well
    
    Signed-off-by: Axel Beckert <a...@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


-- 
To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1ykhq1-0000kj...@moszumanska.debian.org

Reply via email to