summaryrefslogtreecommitdiff
path: root/lib/Pod
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-09-18 18:06:27 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2001-09-18 18:06:27 +0000
commit6facdfffe71025525d0728c47e940e0df82f9b65 (patch)
tree564cbff7eae63a67e291542144f48a38bb63d42a /lib/Pod
parent12527e6c89dc3642bce883fbd5e6b9b48f5aef95 (diff)
downloadperl-6facdfffe71025525d0728c47e940e0df82f9b65.tar.gz
Deprecate != Depreciate.
p4raw-id: //depot/perl@12071
Diffstat (limited to 'lib/Pod')
-rw-r--r--lib/Pod/ParseUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/ParseUtils.pm b/lib/Pod/ParseUtils.pm
index 7d994c750b..db615a57c4 100644
--- a/lib/Pod/ParseUtils.pm
+++ b/lib/Pod/ParseUtils.pm
@@ -274,7 +274,7 @@ sub initialize {
This method can be used to (re)parse a (new) hyperlink, i.e. the contents
of a C<LE<lt>...E<gt>> sequence. The result is stored in the current object.
Warnings are stored in the B<warnings> property.
-E.g. sections like C<LE<lt>open(2)E<gt>> are deprected, as they do not point
+E.g. sections like C<LE<lt>open(2)E<gt>> are deprecated, as they do not point
to Perl documents. C<LE<lt>DBI::foo(3p)E<gt>> is wrong as well, the manpage
section can simply be dropped.