From cf12216a1cda04008dacd91aa33229b65be2816e Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" Date: Mon, 19 Jun 2006 18:17:38 +0000 Subject: [PATCH] Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu . git-svn-id: svn://10.0.0.236/trunk@200331 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm b/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm index 54c41452722..62a3da4454f 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm +++ b/mozilla/webtools/bugzilla/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. 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: