From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:14:58 +0000 (+0000) Subject: Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; patch... X-Git-Tag: bugzilla-2.22.1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b63536ae2e139204a79755812f9c071a2db6de8;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 04bfcc52f3..65068a3a88 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -631,7 +631,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