From: Peter Rabbitson Date: Fri, 26 Sep 2014 13:21:26 +0000 (+0200) Subject: Typo fix RT#87143 X-Git-Tag: v0.10011~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=41f7500c41c1e26c8fe2269faf98d4171f3e1866;p=p5sagit%2FClass-Accessor-Grouped.git Typo fix RT#87143 --- diff --git a/lib/Class/Accessor/Grouped.pm b/lib/Class/Accessor/Grouped.pm index 52e2a25..e85fc7f 100644 --- a/lib/Class/Accessor/Grouped.pm +++ b/lib/Class/Accessor/Grouped.pm @@ -120,7 +120,7 @@ sub _mk_group_accessors { # idiot, there is now a ton of DBIC code out there that attempts # to create column accessors with illegal names. In the interest # of not cluttering the logs of unsuspecting victims (unsuspecting - # because these accessors are unusuable anyway) we provide an + # because these accessors are unusable anyway) we provide an # explicit "do not warn at all" escape, until all such code is # fixed (this will be a loooooong time >:( $ENV{CAG_ILLEGAL_ACCESSOR_NAME_OK} ne 'DO_NOT_WARN'