summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-05-11 10:29:31 -0600
committerKarl Williamson <public@khwilliamson.com>2012-05-11 10:47:58 -0600
commit26be0caeb1c047b40adb15220b76f3d45def2c0f (patch)
treef7bd6b538f0cbd4f613884db4d90e1ec5f385bf3
parent081e557abac6cbd8dd52de46ee8651ff2f29eae2 (diff)
downloadperl-26be0caeb1c047b40adb15220b76f3d45def2c0f.tar.gz
perldelta: typo
Spotted by Zsbán Ambrus
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 3ec21aa1c6..f5fec0ef0f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1383,7 +1383,7 @@ the number of lines, with no change in functionality. The XS code has
been refactored to reduce the size of the shared object by about 12%,
with no change in functionality. More POSIX functions now have tests.
-C<sigsuspend> and C<pause> now run signals handle before returning, as the
+C<sigsuspend> and C<pause> now run signal handlers before returning, as the
whole point of these two functions is to wait until a signal has
arrived, and then return I<after> it has been triggered. Delayed, or
"safe", signals were preventing that from happening, possibly resulting in