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
|
Description: Correct spelling errors in lib/Template/Plugin/Latex.pm.
Two instances of 'explicitly' misspelled as 'explicity' and one instance of
'propagated' misspelled as 'propogated' in lib/Template/Plugin/Latex.pm.
Author: Robert James Clay <jame@rocasa.us>
Origin: vendor
Bug: https://github.com/Template-Toolkit-Latex/Template-Latex/issues/12
Last-Update: 2016-04-20
--- a/lib/Template/Plugin/Latex.pm
+++ b/lib/Template/Plugin/Latex.pm
@@ -321,7 +321,7 @@
...LaTeX document...
[% END %]
-If you don't explicity specify an output format then the filename
+If you don't explicitly specify an output format then the filename
extension (e.g. 'pdf' in the above example) will be used to determine
the correct format.
@@ -457,7 +457,7 @@
=head1 DIAGNOSTICS
-Most failures result from invalid LaTeX input and are propogated up from
+Most failures result from invalid LaTeX input and are propagated up from
L<LaTeX::Driver>, L<LaTeX::Encode> or L<LaTeX::Table>.
Failures detected in this module include:
@@ -500,7 +500,7 @@
The C<latex> filter was distributed as part of the core
Template Toolkit distribution until version 2.15 (released in May 2006),
when it was moved into the separate Template-Latex distribution. The
-C<Latex> plugin must now be explicity to enable the C<latex> filter.
+C<Latex> plugin must now be explicitly to enable the C<latex> filter.
=head1 BUGS AND LIMITATIONS
|