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 57008b80f7af81fd735c3f1bd7a45f8d244eefc1
Author: Dominique Dumont <d...@debian.org>
Date:   Tue Oct 13 20:33:41 2015 +0200

    CMD::Copyright: fix typo
---
 lib/Config/Model/Dpkg/Copyright.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Copyright.pm 
b/lib/Config/Model/Dpkg/Copyright.pm
index fae5b61..d2a4d9c 100644
--- a/lib/Config/Model/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Dpkg/Copyright.pm
@@ -121,7 +121,7 @@ sub update ($self, %args) {
     # deleted or altered (when individual files are removed, renamed) is too 
complex.
     $files_obj->clear;
 
-    # count license useage to dedice whether to add a global license
+    # count license useage to decide whether to add a global license
     # or a single entry. Skip unknown or public-domain licenses
     my %lic_usage_count;
     map { $lic_usage_count{$_}++ if $_ and not /unknown|public/i}

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to