Minor perlrun.pod patch
Iain Truskett [Fri, 16 Aug 2002 16:20:27 +0000 (02:20 +1000)]
Message-Id: <20020816162027.D17196@eh.org>

p4raw-id: //depot/perl@17722

pod/perlrun.pod

index 3c1f159..e04aea1 100644 (file)
@@ -858,7 +858,7 @@ enabled, and any subsequent options ignored.
 =item PERLIO
 
 A space (or colon) separated list of PerlIO layers. If perl is built
-to use PerlIO system for IO (the default) these layers effect perl's IO.
+to use PerlIO system for IO (the default) these layers affect perl's IO.
 
 It is conventional to start layer names with a colon e.g. C<:perlio> to
 emphasise their similarity to variable "attributes". But the code that parses