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

[lintian] 01/02: commands/lintian: Fix typos



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

jwilk pushed a commit to branch master
in repository lintian.

commit 7324b0dcad6c02149676473f996c7e2dc0a0175a
Author: Jakub Wilk <jwilk@debian.org>
Date:   Thu Feb 4 13:47:56 2016 +0100

    commands/lintian: Fix typos
---
 commands/lintian | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/lintian b/commands/lintian
index df5520e..9a42931 100755
--- a/commands/lintian
+++ b/commands/lintian
@@ -624,7 +624,7 @@ sub main {
     $ENV{'LINTIAN_ROOT'} = $INIT_ROOT;
     $ENV{'LINTIAN_HELPER_DIRS'} = join(':', @HELPER_DIRS);
 
-    # environment variables overwrite settings in conf file, so load them now
+    # environment variables override settings in conf file, so load them now
     # assuming they were not set by cmd-line options
     foreach my $var (@ENV_VARS) {
      # note $opt{$var} will usually always exists due to the call to GetOptions
@@ -1631,7 +1631,7 @@ sub load_and_select_collections {
     }
 
     if ($action eq 'check') {
-        # For overrides we need "overrride-file" as well
+        # For overrides we need "override-file" as well
         unless ($opt{'no-override'}) {
             $extra_unpack{'override-file'} = 1;
         }

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


Reply to: