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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
Description: Fix spelling errors
Author: Bart Martens <bartm@debian.org>
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-07-21
--- a/Twig.pm
+++ b/Twig.pm
@@ -10310,7 +10310,7 @@
=item twig_roots
-This argument let's you build the tree only for those elements you are
+This argument lets you build the tree only for those elements you are
interested in.
Example: my $t= XML::Twig->new( twig_roots => { title => 1, subtitle => 1});
@@ -10708,7 +10708,7 @@
=item DTD_base <path_to_DTD_directory>
If the DTD is in a different directory, looks for it there, useful to make up
-somewhat for the lack of catalog suport in C<expat>. You still need a SYSTEM
+somewhat for the lack of catalog support in C<expat>. You still need a SYSTEM
declaration
=item DTD_handler
@@ -12133,7 +12133,7 @@
if( $elt->{first_child} && $elt->{first_child}->passes( 'title'))
-C<first_child_is> is an other name for this method
+C<first_child_is> is another name for this method
Similar methods are available for the other navigation methods:
@@ -13524,7 +13524,7 @@
=item outer_xml
-An other synonym for sprint
+Another synonym for sprint
=item xml_text
@@ -14073,7 +14073,7 @@
The fix is either to upgrade to Perl 5.16 or later (C<perlbrew> is a great
tool to manage several installations of perl on the same machine).
-An other, NOT RECOMMENDED, way of fixing the problem, is to switch off weak
+Another, NOT RECOMMENDED, way of fixing the problem, is to switch off weak
references by writing C<XML::Twig::_set_weakrefs( 0);> at the top of the code.
This is totally unsupported, and may lead to other problems though,
--- a/Twig_pm.slow
+++ b/Twig_pm.slow
@@ -10310,7 +10310,7 @@
=item twig_roots
-This argument let's you build the tree only for those elements you are
+This argument lets you build the tree only for those elements you are
interested in.
Example: my $t= XML::Twig->new( twig_roots => { title => 1, subtitle => 1});
@@ -10708,7 +10708,7 @@
=item DTD_base <path_to_DTD_directory>
If the DTD is in a different directory, looks for it there, useful to make up
-somewhat for the lack of catalog suport in C<expat>. You still need a SYSTEM
+somewhat for the lack of catalog support in C<expat>. You still need a SYSTEM
declaration
=item DTD_handler
@@ -12133,7 +12133,7 @@
if( $elt->first_child && $elt->first_child->passes( 'title'))
-C<first_child_is> is an other name for this method
+C<first_child_is> is another name for this method
Similar methods are available for the other navigation methods:
@@ -13524,7 +13524,7 @@
=item outer_xml
-An other synonym for sprint
+Another synonym for sprint
=item xml_text
@@ -14073,7 +14073,7 @@
The fix is either to upgrade to Perl 5.16 or later (C<perlbrew> is a great
tool to manage several installations of perl on the same machine).
-An other, NOT RECOMMENDED, way of fixing the problem, is to switch off weak
+Another, NOT RECOMMENDED, way of fixing the problem, is to switch off weak
references by writing C<XML::Twig::_set_weakrefs( 0);> at the top of the code.
This is totally unsupported, and may lead to other problems though,
--- a/tools/xml_spellcheck/xml_spellcheck
+++ b/tools/xml_spellcheck/xml_spellcheck
@@ -184,7 +184,7 @@
=item --version
-Dislay the tool version and exit
+Display the tool version and exit
=item --help
|