diff options
author | David Mitchell <davem@iabyn.com> | 2009-06-12 17:13:06 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-06-12 17:13:06 +0100 |
commit | dc0ab4fe1aa2382ffaf3982240154026ddbf241f (patch) | |
tree | 943f008d65cd1ea03ca493928bec492b46ae41e3 /lib/Pod | |
parent | cd4199a7a71928e9efda1d4dd133a88fb52a7ea7 (diff) | |
download | perl-dc0ab4fe1aa2382ffaf3982240154026ddbf241f.tar.gz |
remove typo fix from LaTex.pm, to keep it in sync with CPAN
this backs out the fix from 3c4b39bee8832007b7e91bfce8701d34cacab411
(I've reported it upstream instead with RT #46887)
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/LaTeX.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/LaTeX.pm b/lib/Pod/LaTeX.pm index 501ca7f240..9d3a905258 100644 --- a/lib/Pod/LaTeX.pm +++ b/lib/Pod/LaTeX.pm @@ -494,7 +494,7 @@ If used in conjunction with C<AddPostamble> a full latex document will be written that could be immediately processed by C<latex>. For some pod escapes it may be necessary to include the amsmath -package. This is not yet added to the preamble automatically. +package. This is not yet added to the preamble automaatically. =cut |