summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-11 09:27:08 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-11 09:27:08 -0700
commit62f11196f0759399b50b1cc4f33a12b4d4110935 (patch)
treebb5c9426a69efe746a82f9cac83e5cd95f099255
parentf0a7e47480db1b5d483727eae3b31cec645df4e5 (diff)
downloadperl-62f11196f0759399b50b1cc4f33a12b4d4110935.tar.gz
perldelta: typo
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1526a01ec0..77b40f5257 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1291,7 +1291,7 @@ performance under ithreads.
L<open> has been upgraded from version 1.08 to 1.10.
-It no longer turns of layers on standard handles when invoked without the
+It no longer turns off layers on standard handles when invoked without the
":std" directive. Similarly, when invoked I<with> the ":std" directive, it
now clears layers on STDERR before applying the new ones, and not just on
STDIN and STDOUT [perl #92728].