Small typo fix.
Rafael Garcia-Suarez [Sun, 8 Jun 2008 14:03:58 +0000 (14:03 +0000)]
p4raw-id: //depot/perl@34026

ext/PerlIO/via/via.pm

index 5a96165..f7ab749 100644 (file)
@@ -150,7 +150,7 @@ in future.
 
 =item $obj->TELL($fh)
 
-Returns file postion.
+Returns file position.
 Optional.  Default to be determined.
 
 =item $obj->UNREAD($buffer,$fh)
@@ -228,7 +228,7 @@ Given the following module, PerlIO::via::Hex :
 
     1;
 
-the following code opens up an output handle that will convert any
+The following code opens up an output handle that will convert any
 output to hexadecimal dump of the output bytes: for example "A" will
 be converted to "41" (on ASCII-based machines, on EBCDIC platforms
 the "A" will become "c1")