File: pod-spelling.patch

package info (click to toggle)
libtest-xml-perl 0.08-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: perl: 351; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download | duplicates (4)
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
27
28
Description: Two spelling mistakes in POD
 similiar -> similar
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105089
Bug: https://rt.cpan.org/Ticket/Display.html?id=105089

--- a/lib/Test/XML.pm
+++ b/lib/Test/XML.pm
@@ -140,7 +140,7 @@ Returns true or false, depending upon te
 
 =item isnt_xml( GOT, MUST_NOT_BE [, TESTNAME ] )
 
-This function is similiar to is_xml(), except that it will fail if GOT
+This function is similar to is_xml(), except that it will fail if GOT
 and MUST_NOT_BE are identical.
 
 =item is_well_formed_xml( XML [, TESTNAME ] )
--- a/lib/Test/XML/Twig.pm
+++ b/lib/Test/XML/Twig.pm
@@ -146,7 +146,7 @@ Returns true / false depending upon test
 
 =item test_twig_handlers ( ARGS, INPUT, EXPECTED, TESTNAME )
 
-This is similiar to test_twig_handler(), but with more flexibility.  The
+This is similar to test_twig_handler(), but with more flexibility.  The
 first argument, ARGS, is a hash reference which can be used to specify
 any of the ordinary parameters to twig's constructor.  This lets you
 test things like I<start_tag_handlers>, as well as multiple