This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
s/bellow/below/ in PerlIO::via docs
authorEric Brine <ikegami@adaelis.com>
Thu, 21 Jul 2011 07:36:51 +0000 (00:36 -0700)
committerAbigail <abigail@abigail.be>
Thu, 21 Jul 2011 08:38:22 +0000 (10:38 +0200)
Signed-off-by: Abigail <abigail@abigail.be>
ext/PerlIO-via/via.pm

index 2907762..77021de 100644 (file)
@@ -74,7 +74,7 @@ C<FDOPEN> or by letting a lower layer do the open.
 
 Optional - called when the layer is about to be removed.
 
 
 Optional - called when the layer is about to be removed.
 
-=item $obj->UTF8($bellowFlag,[$fh])
+=item $obj->UTF8($belowFlag,[$fh])
 
 Optional - if present it will be called immediately after PUSHED has
 returned. It should return a true value if the layer expects data to be
 
 Optional - if present it will be called immediately after PUSHED has
 returned. It should return a true value if the layer expects data to be
@@ -84,7 +84,7 @@ UTF-8 encoded. If it returns true, the result is as if the caller had done
 
 If not present or if it returns false, then the stream is left with
 the UTF-8 flag clear.
 
 If not present or if it returns false, then the stream is left with
 the UTF-8 flag clear.
-The I<$bellowFlag> argument will be true if there is a layer below
+The I<$belowFlag> argument will be true if there is a layer below
 and that layer was expecting UTF-8.
 
 =item $obj->OPEN($path,$mode,[$fh])
 and that layer was expecting UTF-8.
 
 =item $obj->OPEN($path,$mode,[$fh])