perldelta: typo
authorKarl Williamson <public@khwilliamson.com>
Fri, 11 May 2012 16:29:31 +0000 (10:29 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 May 2012 16:47:58 +0000 (10:47 -0600)
Spotted by Zsbán Ambrus

pod/perldelta.pod

index 3ec21aa..f5fec0e 100644 (file)
@@ -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