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

[lintian] 01/01: Fix typo



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

jwilk pushed a commit to branch master
in repository lintian.

commit a4f758974077418966d9e47a51885ad5391fc9ae
Author: Jakub Wilk <jwilk@debian.org>
Date:   Mon Apr 25 20:55:31 2016 +0200

    Fix typo
---
 commands/reporting-html-reports.pm | 2 +-
 helpers/coll/file-info-helper      | 2 +-
 helpers/coll/objdump-info-helper   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/commands/reporting-html-reports.pm b/commands/reporting-html-reports.pm
index 0ae9e51..4e3229b 100644
--- a/commands/reporting-html-reports.pm
+++ b/commands/reporting-html-reports.pm
@@ -1011,7 +1011,7 @@ sub output_template {
 # Sort function for sorting lists of tags.  Sort by package, version, area,
 # type, tag, and then any extra data.  This will produce the best HTML output.
 #
-# Note that source tags must come before all other tags, hench the "unfair"
+# Note that source tags must come before all other tags, hence the "unfair"
 # priority for those.  This is because the first tags listed are assumed to
 # be source package tags.
 sub by_tag {
diff --git a/helpers/coll/file-info-helper b/helpers/coll/file-info-helper
index a51f9d2..fd2e388 100755
--- a/helpers/coll/file-info-helper
+++ b/helpers/coll/file-info-helper
@@ -22,7 +22,7 @@ while (my $line = <>) {
             if ($magic == 0x1f8b){ # the gzip file magic
                 $text = 'gzip compressed data';
                 # 2 for max compression; RFC1952 suggests this is a
-                # flag and not a value, hench the bit and operation
+                # flag and not a value, hence the bit and operation
                 if (($comp & 2) == 2){
                     $text = "$text, max compression";
                 }
diff --git a/helpers/coll/objdump-info-helper b/helpers/coll/objdump-info-helper
index bb5b176..1426f84 100755
--- a/helpers/coll/objdump-info-helper
+++ b/helpers/coll/objdump-info-helper
@@ -91,7 +91,7 @@ while (my $line = <$readelf>) {
         =~ m/^readelf: Error: .*: Failed to read .*(?:magic number|file header)/
       ) {
        # Various errors for corrupt / broken files.  Note, readelf may spit out
-       # multiple errors per file, hench the "unless".
+       # multiple errors per file, hence the "unless".
         print "Broken: yes\n" unless $truncated++;
         next;
     } elsif ($line =~ m/^readelf: Error: Not an ELF file/) {

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


Reply to: