[perl #29033] typo in description of sleep in documentation of POSIX module
authorbob@starlabs.net <bob@starlabs.net>
Wed, 21 Apr 2004 11:07:22 +0000 (11:07 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 28 Apr 2004 12:42:50 +0000 (12:42 +0000)
From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>

p4raw-id: //depot/perl@22747

ext/POSIX/POSIX.pod

index 03a5aa3..66f5381 100644 (file)
@@ -1190,7 +1190,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 signifanc
+number of seconds, see L<perlfunc/sleep>.  There is one significan
 difference, however: C<POSIX::sleep()> returns the number of
 B<unslept> seconds, while the C<CORE::sleep()> returns the
 number of slept seconds.