[dh-make-perl] 06/09: typo in comments

Damyan Ivanov dmn at alioth.debian.org
Fri Aug 16 12:32:50 UTC 2013


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

dmn pushed a commit to branch master
in repository dh-make-perl.

commit 515ab79df3606cc9f2652d1e45b32a598573b76b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Aug 16 13:56:19 2013 +0200

    typo in comments
---
 lib/DhMakePerl/Command/Packaging.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index 0da1d10..6caab79 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -941,7 +941,7 @@ sub create_copyright {
     my ( $fh, %fields, @res, @incomplete, $year );
     $fh = $self->_file_w($filename);
 
-    # In case author string pawns more than one line, indent them all.
+    # In case author string spawns more than one line, indent them all.
     my $cprt_author = $self->author || '(information incomplete)';
     $cprt_author =~ s/\n/\n    /gs;
     $cprt_author =~ s/^\s*$/    ./gm;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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