Modified:
docs/Perl6/Spec/S12-objects.pod
Log:
[S12] typo
Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod 2009-10-28 17:23:53 UTC (rev 28934)
+++ docs/Perl6/Spec/S12-objects.pod 2009-10-28 17:25:18 UTC (rev 28935)
@@ -1289,7 +1289,7 @@
Note that private attribute accessors are always invoked directly,
never via a dispatcher, since there is never any question about which
object is being referred to. Hence, the private accessor notation
-may be agressively inlined for simple attributes, and no simpler
+may be aggressively inlined for simple attributes, and no simpler
notation is needed for accessing another object's private attributes.
The C<sub> keyword is optional immediately after a C<proto>, C<multi>,