fixed a small typo
Jason May [Sun, 15 Jun 2008 04:04:59 +0000 (04:04 +0000)]
lib/MooseX/AttributeHelpers/Collection/List.pm

index bc62680..d32dcd4 100644 (file)
@@ -46,7 +46,7 @@ MooseX::AttributeHelpers::Collection::List
       default   => sub { [] },
       provides  => {
           map  => 'map_options',
-          grep => 'fitler_options',
+          grep => 'filter_options',
       }
   );