Author: wayland
Date: 2009-03-16 09:23:53 +0100 (Mon, 16 Mar 2009)
New Revision: 25853

Modified:
   docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
Fix typo for TimToady++ (I like the new changes :) )


Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-03-16 08:03:54 UTC (rev 
25852)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-03-16 08:23:53 UTC (rev 
25853)
@@ -936,7 +936,7 @@
 If the file handle came from a piped open, C<close> will additionally
 return C<Failure> (aliased to C<$!>) if one of the other system calls involved 
fails, or if the
 program exits with non-zero status.  The exception object will contain any
-pertinent informatoin.  Closing a pipe
+pertinent information.  Closing a pipe
 also waits for the process executing on the pipe to complete, in case you
 want to look at the output of the pipe afterwards, and
 implicitly puts the exit status value into the C<Failure> object if necessary.

Reply via email to