]> 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:17 +0000 (21:14 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:14:17 +0000 (21:14 +0000)
Bugzilla/DB.pm

index c7a611330ca13f71809854880588a5fd28fe6ef3..2b913cef28b54f042741fa3382672c4a72f4d3a7 100644 (file)
@@ -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