Deprecate != Depreciate.
Abhijit Menon-Sen [Tue, 18 Sep 2001 18:06:27 +0000 (18:06 +0000)]
p4raw-id: //depot/perl@12071

ext/IO/lib/IO/Handle.pm
ext/IO/lib/IO/Select.pm
lib/Pod/ParseUtils.pm

index 03b4774..37aa99c 100644 (file)
@@ -595,7 +595,7 @@ sub constant {
 }
 
 
-# so that flush.pl can be depriciated
+# so that flush.pl can be deprecated
 
 sub printflush {
     my $io = shift;
index bc5bf24..f556b02 100644 (file)
@@ -131,7 +131,7 @@ sub has_exception
 
 sub has_error
 {
- warnings::warn("Call to depreciated method 'has_error', use 'has_exception'")
+ warnings::warn("Call to deprecated method 'has_error', use 'has_exception'")
        if warnings::enabled();
  goto &has_exception;
 }
index 7d994c7..db615a5 100644 (file)
@@ -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.