Author: lwall
Date: 2009-11-20 17:19:09 +0100 (Fri, 20 Nov 2009)
New Revision: 29150

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


Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-11-20 16:06:23 UTC (rev 29149)
+++ docs/Perl6/Spec/S03-operators.pod   2009-11-20 16:19:09 UTC (rev 29150)
@@ -4435,7 +4435,7 @@
 Thus, while the extra scope declarator may say where the value is
 stored and when that storage is initialized, it cannot change the value
 of that from instance to instance.  In general, if you want something
-that doesn't vary over the nomral lifetime of a scope declarator,
+that doesn't vary over the normal lifetime of a scope declarator,
 initialize it to a readonly value using C<::=> rather than declaring
 it as a constant.  Then each time the scope declarator is used,
 it can initialize to a different readonly value:

Reply via email to