Typo fix RT#87143
Peter Rabbitson [Fri, 26 Sep 2014 13:21:26 +0000 (15:21 +0200)]
lib/Class/Accessor/Grouped.pm

index 52e2a25..e85fc7f 100644 (file)
@@ -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'