From d477ab3eb4369a52e169b5dd85ddb7eb23241df0 Mon Sep 17 00:00:00 2001 From: Eric Brine Date: Thu, 21 Jul 2011 00:36:51 -0700 Subject: [PATCH 1/1] s/bellow/below/ in PerlIO::via docs Signed-off-by: Abigail --- ext/PerlIO-via/via.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]) -- 1.8.3.1