summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 23:14:17 +0200
committervladd%bugzilla.org <>2006-06-19 23:14:17 +0200
commit31f695d13dfef212473ea951863ace17a10f060c (patch)
treeadcefd6fa660c5911f07632822c333440262fc71 /Bugzilla/DB.pm
parentf867b200e24293d5afe12ec0ea619e2a1f89d190 (diff)
downloadbugzilla-31f695d13dfef212473ea951863ace17a10f060c.tar.gz
bugzilla-31f695d13dfef212473ea951863ace17a10f060c.tar.xz
Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla/DB.pm')
-rw-r--r--Bugzilla/DB.pm2
1 files changed, 1 insertions, 1 deletions
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