Author: lwall
Date: 2009-02-27 08:42:32 +0100 (Fri, 27 Feb 2009)
New Revision: 25609

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
typo


Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2009-02-27 07:40:26 UTC (rev 25608)
+++ docs/Perl6/Spec/S06-routines.pod    2009-02-27 07:42:32 UTC (rev 25609)
@@ -240,7 +240,7 @@
 Redefining a stub subroutine does not produce an error, but redefining
 an already-defined subroutine does. If you wish to redefine a defined sub,
 you must explicitly use the "C<supersede>" declarator.  (The compiler may
-refuse to do this if it has already commited to the previous definition.)
+refuse to do this if it has already committed to the previous definition.)
 
 The C<...> is the "yadayadayada" operator, which is executable but returns
 a failure.  You can also use C<???> to produce a warning, or C<!!!> to

Reply via email to