[libconfig-model-dpkg-perl] 09/12: C:M:D:Scanner: fix typos in comments

dod at debian.org dod at debian.org
Sat Apr 4 13:58:55 UTC 2015


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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit dfb84d8da972862225474539e6192bea4759aff3
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Apr 4 15:47:36 2015 +0200

    C:M:D:Scanner:  fix typos in comments
---
 lib/Dpkg/Copyright/Scanner.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 9aa8c1f..f1c96cd 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -225,7 +225,7 @@ sub __pack_dir ($h, $pack, @path) {
     push $pack->@*, map { [ $_, $pack_by_id{$_}->@* ];  } keys %pack_by_id ;
 }
 
-# find ids that can be merged together in a single directory.
+# find ids that can be merged together
 # I.e. merge entries with same license and same set of owners. In this
 # case the years are merged together.
 sub __squash_copyrights_years ($copyrights_by_id) {
@@ -248,8 +248,8 @@ sub __squash_copyrights_years ($copyrights_by_id) {
 
     my @merged_c_info;
     # now detect where %id_year_by_same_owner_license references more
-    # than one id this means that several entries can be merge in a
-    # *new* id (to avoid cloberring data of other directories)
+    # than one id this means that several entries can be merged in a
+    # *new* id (new id to avoid cloberring data of other directories)
     foreach my $owner_license (keys %id_year_by_same_owner_license) {
         my @entries =  $id_year_by_same_owner_license{$owner_license}->@* ;
         next unless @entries > 1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



More information about the Pkg-perl-cvs-commits mailing list