From: Jason May Date: Sun, 15 Jun 2008 04:04:59 +0000 (+0000) Subject: fixed a small typo X-Git-Tag: 0.16~56 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15af9cef9e0f1d1559b74d0960cd6f51c7e1ec58;p=gitmo%2FMooseX-AttributeHelpers.git fixed a small typo --- diff --git a/lib/MooseX/AttributeHelpers/Collection/List.pm b/lib/MooseX/AttributeHelpers/Collection/List.pm index bc62680..d32dcd4 100644 --- a/lib/MooseX/AttributeHelpers/Collection/List.pm +++ b/lib/MooseX/AttributeHelpers/Collection/List.pm @@ -46,7 +46,7 @@ MooseX::AttributeHelpers::Collection::List default => sub { [] }, provides => { map => 'map_options', - grep => 'fitler_options', + grep => 'filter_options', } );