]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu...
authorvladd%bugzilla.org <>
Tue, 20 Jun 2006 01:17:38 +0000 (01:17 +0000)
committervladd%bugzilla.org <>
Tue, 20 Jun 2006 01:17:38 +0000 (01:17 +0000)
Bugzilla/DB/Schema.pm

index 175bb7d2b20e365e1bd56e7837ff29190b064c4d..da241ec74876f107076e4a23656cd81c824b692b 100644 (file)
@@ -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<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: