Fix typo
Peter Rabbitson [Mon, 10 May 2010 11:40:47 +0000 (11:40 +0000)]
lib/DBIx/Class/Componentised.pm

index 17eb4f3..57b143b 100644 (file)
@@ -37,7 +37,7 @@ sub inject_base {
     for (qw/DBIx::Class::UTF8Columns DBIx::Class::ForceUTF8/) {
       if ($comp->isa ($_) ) {
         $keep_checking = 0; # no use to check from this point on
-        carp "Use of $_ is strongly discouraged. See documentationm of DBIx::Class::UTF8Columns for more info\n"
+        carp "Use of $_ is strongly discouraged. See documentation of DBIx::Class::UTF8Columns for more info\n"
           unless ($warned->{UTF8Columns}++ || $ENV{DBIC_UTF8COLUMNS_OK});
         last;
       }