[libconfig-model-dpkg-perl] 03/05: fix warn message

dod at debian.org dod at debian.org
Sat Sep 7 15:34:49 UTC 2013


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 0317072fdb9995a8b8a18f1fc511ef5e72032db2
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Sep 7 17:32:05 2013 +0200

    fix warn message
---
 lib/Config/Model/Backend/Dpkg/Copyright.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/Backend/Dpkg/Copyright.pm b/lib/Config/Model/Backend/Dpkg/Copyright.pm
index a6ec600..2e29da3 100644
--- a/lib/Config/Model/Backend/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Backend/Dpkg/Copyright.pm
@@ -85,7 +85,7 @@ sub read {
         }
 
         if (defined $section{licence}) {
-            $logger->warn("Found UK spelling for license. It will be converted to US spellingLicense");
+            $logger->warn("Found UK spelling for license. It will be converted to US spelling");
             $section{license} = delete $section{licence} ;# FIXME: use notify_change
             $section{license}[2] = 'changed uk spelling for license (was licence)'; # is altered
         } 

-- 
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