Typo squad.
Jarkko Hietaniemi [Thu, 23 May 2002 17:41:21 +0000 (17:41 +0000)]
p4raw-id: //depot/perl@16753

ext/POSIX/POSIX.pod
pod/perldelta.pod

index 786df4c..7b18fe5 100644 (file)
@@ -1148,7 +1148,7 @@ See also L<Math::Trig>.
 This is functionally identical to Perl's builtin C<sleep()> function
 for suspending the execution of the current for process for certain
 number of seconds, see L<perlfunc/sleep>.  There is one signifanct 
-difference, however: C<POSIX::sleep()> returns the number or
+difference, however: C<POSIX::sleep()> returns the number of
 B<unslept> seconds, while the C<CORE::sleep()> returns the
 number of slept seconds.
 
index bb7842d..eb219b7 100644 (file)
@@ -514,7 +514,7 @@ my __PACKAGE__ $obj now works.
 =item *
 
 POSIX::sleep() now returns the number of I<unslept> seconds
-(as thex POSIX standard says), as opposed to CORE::sleep() which
+(as the POSIX standard says), as opposed to CORE::sleep() which
 returns the number of slept seconds.
 
 =item *