perldelta: typo
authorFather Chrysostomos <sprout@cpan.org>
Fri, 11 May 2012 16:27:08 +0000 (09:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 11 May 2012 16:27:08 +0000 (09:27 -0700)
pod/perldelta.pod

index 1526a01..77b40f5 100644 (file)
@@ -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].