summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-20 03:17:23 +0200
committervladd%bugzilla.org <>2006-06-20 03:17:23 +0200
commit3f3d5544a2f451014e460a12a1d250d20df66517 (patch)
tree3b3c5d361720fe94384746df5773f453211ee52c /Bugzilla/DB
parenta97d48ec24e5e7d931bd8a0dc39c597ce758d106 (diff)
downloadbugzilla-3f3d5544a2f451014e460a12a1d250d20df66517.tar.gz
bugzilla-3f3d5544a2f451014e460a12a1d250d20df66517.tar.xz
Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r--Bugzilla/DB/Schema.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index 54c414527..62a3da445 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -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: