From 7878b99a91b376b3ca5a673dbb90ee6d314a58d0 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 22:00:46 +0000 Subject: Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu . --- Bugzilla/DB/Mysql.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/DB') 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. -- cgit v1.2.3-24-g4f1b