Author: moritz
Date: 2010-06-07 22:01:26 +0200 (Mon, 07 Jun 2010)
New Revision: 31166

Modified:
   docs/Perl6/Spec/S32-setting-library/Basics.pod
Log:
[S32] fix a grammero

Modified: docs/Perl6/Spec/S32-setting-library/Basics.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Basics.pod      2010-06-07 18:56:19 UTC 
(rev 31165)
+++ docs/Perl6/Spec/S32-setting-library/Basics.pod      2010-06-07 20:01:26 UTC 
(rev 31166)
@@ -197,7 +197,7 @@
 Throws a resumable warning exception, which is considered a control
 exception, and hence is invisible to most normal exception handlers.
 The outermost control handler will print the warning to C<$*ERR>
-(which is usually finds C<$PROCESS::ERR>; see C<Synopsis 16: IPC /
+(which usually finds C<$PROCESS::ERR>; see C<Synopsis 16: IPC /
 IO / Signals> for details).  After printing the warning, the exception
 is resumed where it was thrown.  To override this behavior, catch the
 exception in a CONTROL block.  A quietly {...} block is the opposite of a

Reply via email to