File: spelling-error-in-manpage.patch

package info (click to toggle)
libmediawiki-dumpfile-perl 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 464 kB
  • ctags: 274
  • sloc: perl: 2,003; ansic: 508; xml: 268; sql: 47; makefile: 17; sh: 2
file content (16 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Correct spelling error detected by lintian
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://rt.cpan.org/Ticket/Display.html?id=115046
Last-Update: 2016-06-03
---
--- a/lib/MediaWiki/DumpFile/Pages.pm
+++ b/lib/MediaWiki/DumpFile/Pages.pm
@@ -745,7 +745,7 @@
 =head2 E_XML_CREATE_FAILED Error creating XML parser object
 
 While trying to build the XML::TreePuller object a fatal error
-occured; the error message from the parser was included in the
+occurred; the error message from the parser was included in the
 generated error output you saw. At the time of writing this document
 the error messages are not very helpful but for some reason the
 XML parser rejected the document; here's a list of things to check: