From: vladd%bugzilla.org <> Date: Tue, 20 Jun 2006 01:17:38 +0000 (+0000) Subject: Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu... X-Git-Tag: bugzilla-2.22.1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea35946a844b40b13eeb574d0f7f0db2271055d8;p=thirdparty%2Fbugzilla.git Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu . --- diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index 175bb7d2b2..da241ec748 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -1046,7 +1046,7 @@ use constant ABSTRACT_SCHEMA => { =head1 METHODS Note: Methods which can be implemented generically for all DBs are -implemented in this module. If needed, they can be overriden with +implemented in this module. If needed, they can be overridden with DB-specific code in a subclass. Methods which are prefixed with C<_> are considered protected. Subclasses may override these methods, but other modules should not invoke these methods directly. @@ -2106,7 +2106,7 @@ The following abstract data types are used: Database-specific subclasses should define the implementation for these data types as a hash reference stored internally in the schema object as -C. This is typically done in overriden L<_initialize> method. +C. This is typically done in overridden L<_initialize> method. The following abstract boolean values should also be defined on a database-specific basis: