The following commit has been merged in the lab-refactor branch:
commit edad1ceef7c57e0fc46b3c050f818743dbb98b72
Author: Niels Thykier <[email protected]>
Date:   Sun Oct 9 12:43:16 2011 +0200

    Fixed some comment typoes
    
    Signed-off-by: Niels Thykier <[email protected]>

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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to