Rafael noticed a bug in the explanation of #17035.
Jarkko Hietaniemi [Thu, 6 Jun 2002 15:07:32 +0000 (15:07 +0000)]
p4raw-id: //depot/perl@17036

pod/perldiag.pod

index c5d3af7..a416b5a 100644 (file)
@@ -820,7 +820,7 @@ method, nor does any of its base classes.  See L<perlobj>.
 =item Can't locate PerlIO%s
 
 (F) You tried to use in open() a PerlIO layer that does not exist,
-e.g. open(FH, ">:typo").
+e.g. open(FH, ">:nosuchlayer", "somefile").
 
 =item (perhaps you forgot to load "%s"?)