s/statis/stasis/ in Moose/Meta/Role.pm
Brad Bowman [Mon, 26 Sep 2011 01:02:44 +0000 (11:02 +1000)]
lib/Moose/Meta/Role.pm

index 4b2d3eb..0f96d22 100644 (file)
@@ -1,4 +1,3 @@
-
 package Moose::Meta::Role;
 
 use strict;
@@ -44,7 +43,7 @@ my $META = __PACKAGE__->meta;
 
 # NOTE:
 # since roles are lazy, we hold all the attributes
-# of the individual role in 'statis' until which
+# of the individual role in 'stasis' until which
 # time when it is applied to a class. This means
 # keeping a lot of things in hash maps, so we are
 # using a little of that meta-programmin' magic