[libconfig-model-dpkg-perl] 01/07: DpkgSyntax: Fix typos in comments

dod at debian.org dod at debian.org
Sat Sep 7 14:56:27 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 7f886d795592c771fc93bb36670797ee8566e315
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Sep 5 08:40:13 2013 +0200

    DpkgSyntax: Fix typos in comments
---
 lib/Config/Model/Backend/DpkgSyntax.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Config/Model/Backend/DpkgSyntax.pm b/lib/Config/Model/Backend/DpkgSyntax.pm
index 9cde542..5f97269 100644
--- a/lib/Config/Model/Backend/DpkgSyntax.pm
+++ b/lib/Config/Model/Backend/DpkgSyntax.pm
@@ -38,7 +38,7 @@ sub parse_dpkg_lines {
     my $line_nb = 1 ;
     my $section_line = 1 ;
     
-    # list of list ( $line_nb_nb, section, ... ) wheere section is
+    # list of list ( $line_nb_nb, section, ... ) where section is
     # [keyword, [ value, line_nb, altered , comment ] ])
     my @res ; 
     
@@ -140,7 +140,7 @@ sub _store_line {
     
 }
 
-# input is [ section [ keyword => value | value_list ] ]
+# input is [ section [ keyword => value | value_list_ref ] ]
 sub write_dpkg_file {
     my ($self, $ioh, $array_ref,$list_sep) = @_ ;
 

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