1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: Fix spelling error in manpage
Origin: vendor
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2016-07-18
Forwarded: https://github.com/rjbs/App-Cmd/issues/62
Bug: https://github.com/rjbs/App-Cmd/issues/62
--- a/lib/App/Cmd/Simple.pm
+++ b/lib/App/Cmd/Simple.pm
@@ -74,7 +74,7 @@ use Sub::Install;
#pod should be given in the format used for the C<$usage_desc> parameter to
#pod C<describe_options> in Getopt::Long::Descriptive.
#pod
-#pod If not overriden, it returns something that prints out like:
+#pod If not overridden, it returns something that prints out like:
#pod
#pod yourapp [-?h] [long options...]
#pod
@@ -289,7 +289,7 @@ It's a one-line summary of how the comma
should be given in the format used for the C<$usage_desc> parameter to
C<describe_options> in Getopt::Long::Descriptive.
-If not overriden, it returns something that prints out like:
+If not overridden, it returns something that prints out like:
yourapp [-?h] [long options...]
|