From: Eric Brine Date: Thu, 21 Jul 2011 07:36:51 +0000 (-0700) Subject: s/bellow/below/ in PerlIO::via docs X-Git-Tag: v5.15.2~106 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/d477ab3eb4369a52e169b5dd85ddb7eb23241df0?hp=3fdd840fce2bd6a2302bacf1801c56c5dd018553 s/bellow/below/ in PerlIO::via docs Signed-off-by: Abigail --- diff --git a/ext/PerlIO-via/via.pm b/ext/PerlIO-via/via.pm index 2907762..77021de 100644 --- a/ext/PerlIO-via/via.pm +++ b/ext/PerlIO-via/via.pm @@ -74,7 +74,7 @@ C or by letting a lower layer do the open. 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 @@ -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. -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])