Fix POD spelling error (RT#111383)
gregor herrmann [Sat, 23 Jan 2016 17:47:09 +0000 (17:47 +0000)]
lib/DBIx/Class/Schema/Loader/Base.pm

index e9e30ab..2de8e12 100644 (file)
@@ -565,7 +565,7 @@ Only load matching tables.
 
 Exclude matching tables.
 
-These can be specified either as a regex (preferrably on the C<qr//>
+These can be specified either as a regex (preferably on the C<qr//>
 form), or as an arrayref of arrayrefs.  Regexes are matched against
 the (unqualified) table name, while arrayrefs are matched according to
 L</moniker_parts>.