typo fix
David Steinbrunner [Wed, 7 Aug 2013 12:02:47 +0000 (08:02 -0400)]
lib/DBIx/Class/Schema.pm

index f2e27c8..1df1005 100644 (file)
@@ -1000,7 +1000,7 @@ sub svp_rollback {
 
 Clones the schema and its associated result_source objects and returns the
 copy. The resulting copy will have the same attributes as the source schema,
-except for those attributes explicitly overriden by the provided C<%attrs>.
+except for those attributes explicitly overridden by the provided C<%attrs>.
 
 =cut