Add missing "a" to binmode documentation in perlfunc.pod
Matt Kraai [Thu, 4 Sep 2008 21:16:54 +0000 (14:16 -0700)]
Message-ID: <20080905041654.GA4380@ftbfs.org>

p4raw-id: //depot/perl@34272

pod/perlfunc.pod

index 2f9a85c..ffd2ab3 100644 (file)
@@ -525,7 +525,7 @@ like for example images.
 
 If LAYER is present it is a single string, but may contain multiple
 directives. The directives alter the behaviour of the file handle.
-When LAYER is present using binmode on text file makes sense.
+When LAYER is present using binmode on a text file makes sense.
 
 If LAYER is omitted or specified as C<:raw> the filehandle is made
 suitable for passing binary data. This includes turning off possible CRLF