doc fix per Khisanth on irc.perl.org
Justin Hunter [Tue, 7 Dec 2010 19:31:15 +0000 (11:31 -0800)]
script/dbicdump

index c1d14f5..d1573b2 100644 (file)
@@ -13,7 +13,7 @@ dbicdump - Dump a schema using DBIx::Class::Schema::Loader
 Dbicdump generates a L<DBIx::Class> schema using
 L<DBIx::Class::Schema::Loader/make_schema_at> and dumps it to disk.
 
-You can pass any L<DBIx::Class::Loader::Base> constructor option using
+You can pass any L<DBIx::Class::Schema::Loader::Base> constructor option using
 C<< -o <option>=<value> >>. For convenience, option names will have C<->
 replaced with C<_> and values that look like references or quote-like
 operators will be C<eval>-ed before being passed to the constructor.