summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbob@starlabs.net <bob@starlabs.net>2004-04-21 11:07:22 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-04-28 12:42:50 +0000
commit66e2fd5444a96049971bab49da0a163e8fa5e52d (patch)
tree3f6466aeb598b96acdb2827215529fed1d059af8
parent8f3c2c0cb1ce993e7d37b84cf6256c76fd3a298a (diff)
downloadperl-66e2fd5444a96049971bab49da0a163e8fa5e52d.tar.gz
[perl #29033] typo in description of sleep in documentation of POSIX module
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
-rw-r--r--ext/POSIX/POSIX.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod
index 03a5aa3a5d..66f5381949 100644
--- a/ext/POSIX/POSIX.pod
+++ b/ext/POSIX/POSIX.pod
@@ -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 signifanct
+number of seconds, see L<perlfunc/sleep>. There is one significant
difference, however: C<POSIX::sleep()> returns the number of
B<unslept> seconds, while the C<CORE::sleep()> returns the
number of slept seconds.