Author: moritz
Date: 2010-05-26 19:57:01 +0200 (Wed, 26 May 2010)
New Revision: 30813

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] typo

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2010-05-26 17:21:03 UTC (rev 30812)
+++ docs/Perl6/Spec/S03-operators.pod   2010-05-26 17:57:01 UTC (rev 30813)
@@ -3119,7 +3119,7 @@
 you probably want to avoid code with side effects in junctions.
 
 Use of negative operators with junctions is potentially problematic if
-auththreaded naively.  However, by defining C<!=> and C<ne> in terms
+autothreaded naively.  However, by defining C<!=> and C<ne> in terms
 of the negation metaoperator, we automatically get the "not raising"
 that is expected by an English speaker.  That is
 

Reply via email to