File: fix-pod-spelling.patch

package info (click to toggle)
libhtml-widgets-navmenu-perl 1.0600-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 484 kB
  • sloc: perl: 7,734; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix POD spelling
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: no
--- a/lib/HTML/Widgets/NavMenu/Tree/Iterator.pm
+++ b/lib/HTML/Widgets/NavMenu/Tree/Iterator.pm
@@ -165,7 +165,7 @@
 
 =head2 $self->get_node_from_sub()
 
-This function can be overriden to generate a node from the sub-nodes
+This function can be overridden to generate a node from the sub-nodes
 returned by get_node_subs() in a different way than the default.
 
 =cut