From 31f695d13dfef212473ea951863ace17a10f060c Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:14:17 +0000 Subject: Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; patch by Vlad Dascalu . --- Bugzilla/DB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index c7a611330..2b913cef2 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 -- cgit v1.2.3-24-g4f1b