summaryrefslogtreecommitdiff
path: root/ext/PerlIO-via/via.pm
diff options
context:
space:
mode:
authorEric Brine <ikegami@adaelis.com>2011-07-21 00:36:51 -0700
committerAbigail <abigail@abigail.be>2011-07-21 10:38:22 +0200
commitd477ab3eb4369a52e169b5dd85ddb7eb23241df0 (patch)
treef1fb48d70136baf72695ca538e9d54eb083366a9 /ext/PerlIO-via/via.pm
parent3fdd840fce2bd6a2302bacf1801c56c5dd018553 (diff)
downloadperl-d477ab3eb4369a52e169b5dd85ddb7eb23241df0.tar.gz
s/bellow/below/ in PerlIO::via docs
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'ext/PerlIO-via/via.pm')
-rw-r--r--ext/PerlIO-via/via.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/PerlIO-via/via.pm b/ext/PerlIO-via/via.pm
index 2907762aa4..77021de37b 100644
--- a/ext/PerlIO-via/via.pm
+++ b/ext/PerlIO-via/via.pm
@@ -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.
-=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])