use more correct subsection links in POD
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / Features.pod
index 86eb584..7c7d5c6 100644 (file)
@@ -171,7 +171,7 @@ See L<DBIx::Class::Row/delete>
 
 =back
 
-=head2 OO Overidability
+=head2 OO Overridability
 
 =over 1
 
@@ -254,7 +254,7 @@ Create a DBIx::Class schema from your database.
 
  my $schema = Frew::Schema->connect( $dsn, $user, $pass );
 
-See L<DBIx::Class::Schema::Loader> and L<DBIx::Class::Schema::Loader::Base/CONSTRUCTOR_OPTIONS>.
+See L<DBIx::Class::Schema::Loader> and L<DBIx::Class::Schema::Loader::Base/CONSTRUCTOR OPTIONS>.
 
 =head2 Populate