summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-20 00:00:46 +0200
committervladd%bugzilla.org <>2006-06-20 00:00:46 +0200
commit7878b99a91b376b3ca5a673dbb90ee6d314a58d0 (patch)
tree633889d209c965440e3b91ccbc9c502d6b76d9e2 /Bugzilla/DB
parenta59a0ea7da07c31cee76c624b7fd438b9c9c2b97 (diff)
downloadbugzilla-7878b99a91b376b3ca5a673dbb90ee6d314a58d0.tar.gz
bugzilla-7878b99a91b376b3ca5a673dbb90ee6d314a58d0.tar.xz
Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r--Bugzilla/DB/Mysql.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm
index f0abbe2a0..5cf588983 100644
--- a/Bugzilla/DB/Mysql.pm
+++ b/Bugzilla/DB/Mysql.pm
@@ -205,7 +205,7 @@ sub bz_unlock_tables {
}
}
-# As Bugzilla currently runs on MyISAM storage, which does not supprt
+# As Bugzilla currently runs on MyISAM storage, which does not support
# transactions, these functions die when called.
# Maybe we should just ignore these calls for now, but as we are not
# using transactions in MySQL yet, this just hints the developers.