File: spelling.patch

package info (click to toggle)
libxml-libxml-simple-perl 0.97-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 18
  • sloc: perl: 1,340; xml: 47; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 672 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix a spelling mistake in the POD
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-05-06
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114211
Bug: https://rt.cpan.org/Ticket/Display.html?id=114211

--- a/lib/XML/LibXML/Simple.pod
+++ b/lib/XML/LibXML/Simple.pod
@@ -156,7 +156,7 @@
 
 =item ContentKey => 'keyname' I<# seldom used>
 
-When text content is parsed to a hash value, this option let's you specify a
+When text content is parsed to a hash value, this option lets you specify a
 name for the hash key to override the default 'content'.  So for example:
 
   XMLin('<opt one="1">Two</opt>', ContentKey => 'text')