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

[SCM] Debian package checker branch, lab-refactor, updated. 2.5.3-104-gedad1ce



The following commit has been merged in the lab-refactor branch:
commit edad1ceef7c57e0fc46b3c050f818743dbb98b72
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Oct 9 12:43:16 2011 +0200

    Fixed some comment typoes
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/lib/Lintian/Lab/Manifest.pm b/lib/Lintian/Lab/Manifest.pm
index 8610569..73f0a59 100644
--- a/lib/Lintian/Lab/Manifest.pm
+++ b/lib/Lintian/Lab/Manifest.pm
@@ -391,8 +391,8 @@ sub diff {
     }; # End of visitor sub
 
     # Find all the added and changed entries - since $visitor removes
-    # all entries it finds from $copy, $copy will contiain the elements
-    # only in $self after this call.
+    # all entries it finds from $copy, $copy will contain the elements
+    # that are only in $self after this call.
     $other->visit_all ($visitor);
     # Thus we can just add all of these entries to @removed.  :)
     $copy->visit_all (sub { my (undef, @keys) = @_; push @removed, \@keys; });

-- 
Debian package checker


Reply to: