From: David Steinbrunner Date: Wed, 7 Aug 2013 12:02:47 +0000 (-0400) Subject: typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=44e80fb9e92687d67486c67d08ebbdce422f783f;p=dbsrgits%2FDBIx-Class-Historic.git typo fix --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index f2e27c8..1df1005 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -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