File: fix-spelling-error-in-manpage.patch

package info (click to toggle)
libapp-cmd-perl 0.331-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 524 kB
  • ctags: 160
  • sloc: perl: 1,651; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download
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...]