summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:14:00 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:21:48 +0100
commitc69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0 (patch)
tree5901edce96f54f37cc26a2c3591fbe0428626de9 /pod/perlfunc.pod
parent93f09d7ba52fad6ba827274ee4fa13235edb2b44 (diff)
downloadperl-c69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0.tar.gz
Fix typos in pod/*
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81906] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 >
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index f1df33c621..ec265b1795 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -7675,7 +7675,7 @@ and C<${^CHILD_ERROR_NATIVE}>.
Note that a return value of C<-1> could mean that child processes are
being automatically reaped, as described in L<perlipc>.
-If you use wait in your handler for $SIG{CHLD} it may accidently wait for the
+If you use wait in your handler for $SIG{CHLD} it may accidentally for the
child created by qx() or system(). See L<perlipc> for details.
=item waitpid PID,FLAGS