From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:14:17 +0000 (+0000) Subject: Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; patch... X-Git-Tag: bugzilla-2.23.2~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31f695d13dfef212473ea951863ace17a10f060c;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; patch by Vlad Dascalu . --- diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index c7a611330c..2b913cef28 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -630,7 +630,7 @@ sub _bz_schema { # # Description: A protected method, intended for use only by Bugzilla::DB # and subclasses. Used to get the initial Schema that will -# be wirtten to disk for _bz_init_schema_storage. You probably +# be written to disk for _bz_init_schema_storage. You probably # want to use _bz_schema or _bz_real_schema instead of this # method. # Params: none