[libapp-cmd-perl] 05/06: Add spelling-error-in-manpage.patch patch

Salvatore Bonaccorso carnil at debian.org
Fri Sep 4 05:09:21 UTC 2015


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

carnil pushed a commit to branch master
in repository libapp-cmd-perl.

commit 41281556270c2f8f09caa18fc831e9da9c0d7804
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Sep 4 07:04:24 2015 +0200

    Add spelling-error-in-manpage.patch patch
---
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..6115312
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling error in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2015-09-04
+Forwarded: https://github.com/rjbs/App-Cmd/issues/53
+Bug: https://github.com/rjbs/App-Cmd/issues/53
+
+--- a/lib/App/Cmd/Command/commands.pm
++++ b/lib/App/Cmd/Command/commands.pm
+@@ -68,7 +68,7 @@ sub execute {
+ #pod By default, the first group is for the "help" and "commands" commands, and all
+ #pod other commands are in the second group.
+ #pod
+-#pod This method can be overriden by implementing the C<commands_groups> method in
++#pod This method can be overridden by implementing the C<commands_groups> method in
+ #pod your application base clase.
+ #pod
+ #pod =cut
+@@ -132,7 +132,7 @@ arrayrefs, and optional group header str
+ By default, the first group is for the "help" and "commands" commands, and all
+ other commands are in the second group.
+ 
+-This method can be overriden by implementing the C<commands_groups> method in
++This method can be overridden by implementing the C<commands_groups> method in
+ your application base clase.
+ 
+ =head1 AUTHOR

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



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