File: fix_spelling_error_in_manpage.patch

package info (click to toggle)
libxml-hash-lx-perl 0.0603-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: perl: 2,603; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (3)
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
Description: fix spelling error in manpage
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Last-Update: 2015-08-14
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106448
Bug: https://rt.cpan.org/Ticket/Display.html?id=106448

--- a/lib/XML/Hash/LX.pm
+++ b/lib/XML/Hash/LX.pm
@@ -86,7 +86,7 @@ C<xml2hash> and C<hash2xml> are exported
 
 =head2 :inject
 
-Inject toHash method in the namespace of L<XML::LibXML::Node> and allow to call it on any subclass of L<XML::LibXML::Node> directly
+Inject toHash method in the namespace of L<XML::LibXML::Node> and allow one to call it on any subclass of L<XML::LibXML::Node> directly
 
 By default is disabled
 
@@ -133,7 +133,7 @@ Key name for storing text
 
 =item join [ = '' ]
 
-Join separator for text nodes, splitted by subnodes
+Join separator for text nodes, split by subnodes
 
 Ignored when C<order> in effect