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

[SCM] Debian package checker branch, master, updated. 2.5.6-1-gf757212



The following commit has been merged in the master branch:
commit f757212392c67ca7c7673efd55810399fccb4629
Author: Jakub Wilk <jwilk@debian.org>
Date:   Wed Mar 14 21:42:16 2012 +0100

    lintian: Fix a couple of typoes
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/frontend/lintian b/frontend/lintian
index ee480f6..50bbf82 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -584,7 +584,7 @@ if ($action =~ /^(?:check|unpack|remove)$/ and $#ARGV == -1 and not $check_every
     syntax();
 }
 
-die "Cannot use profile together wtih --ftp-master-rejects.\n" if $opt{'LINTIAN_PROFILE'} and $ftpmaster_tags;
+die "Cannot use profile together with --ftp-master-rejects.\n" if $opt{'LINTIAN_PROFILE'} and $ftpmaster_tags;
 # --ftp-master-rejects is implemented in a profile
 $opt{'LINTIAN_PROFILE'} = 'debian/ftp-master-auto-reject' if $ftpmaster_tags;
 
@@ -1670,7 +1670,7 @@ sub _update_profile {
     my %abbrev = ();
 
     if ($sup_check || $only_check) {
-        # Build an abbrevation map
+        # Build an abbreviation map
         for my $c ($profile->scripts (1)) {
             my $cs = $profile->get_script ($c, 1);
             next unless $cs->abbrev;
@@ -1680,7 +1680,7 @@ sub _update_profile {
 
     # if tags are listed explicitly (--tags) then show them even if
     # they are pedantic/experimental etc.  However, for --check-part
-    # people explictly have to pass the relevant options.
+    # people explicitly have to pass the relevant options.
     if ($checks || $check_tags) {
         $profile->disable_tags ($profile->tags);
         if ($check_tags) {

-- 
Debian package checker


Reply to: