]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; patch...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 21:14:58 +0000 (21:14 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:14:58 +0000 (21:14 +0000)
Bugzilla/DB.pm

index 04bfcc52f3c49ad30bc5a6b743ccd904b87bce96..65068a3a883ec0063c658d3cd32011038e95ebf0 100644 (file)
@@ -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