File: spelling.patch

package info (click to toggle)
libxml-validator-schema-perl 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 708 kB
  • sloc: perl: 3,682; xml: 16; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix typo in POD
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125847

--- a/Schema.pm
+++ b/Schema.pm
@@ -43,7 +43,7 @@
 L<XML::Filter::ExceptionLocator|XML::Filter::ExceptionLocator> and use
 L<XML::SAX::ExpatXS|XML::SAX::ExpatXS> as your SAX parser.  This
 module is much more useful if you can tell where your errors are, so
-using these modules is highly recommeded!
+using these modules is highly recommended!
 
 =head1 INTERFACE