[libconfig-model-dpkg-perl] 01/02: Fix typo in error message.

gregor herrmann gregoa at debian.org
Sun Apr 17 20:58:10 UTC 2016


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

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

commit c11ab0bcaafc058a474143d8263ce508c38100e8
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 17 22:56:54 2016 +0200

    Fix typo in error message.
    
    Closes: #821327
---
 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 deb5883..d391db1 100644
--- a/lib/Config/Model/Backend/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Backend/Dpkg/Copyright.pm
@@ -132,7 +132,7 @@ sub read {
             push @license_names, $lic_name ;
         }
         else {
-            my $str = "Unknow section type beginning at line $section_line. "
+            my $str = "Unknown section type beginning at line $section_line. "
                 . "Is it a Files or a License section ?";
             if ($check eq 'yes') {
                 Config::Model::Exception::Syntax -> throw ( 

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