Commit 3f3d5544 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling patch: use the right spelling form for 'overridden'; patch by Vlad…

Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent a97d48ec
......@@ -1051,7 +1051,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.
......@@ -2072,7 +2072,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<db_specific>. This is typically done in overriden L<_initialize> method.
C<db_specific>. This is typically done in overridden L<_initialize> method.
The following abstract boolean values should also be defined on a
database-specific basis:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment