From fb45f76a64fc7fe5ba8a788f45f4308fa07f61df Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 22:00:35 +0000 Subject: [PATCH] Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu . --- Bugzilla/DB/Mysql.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index a296279e58..4c5f836589 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/Bugzilla/DB/Mysql.pm @@ -214,7 +214,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. -- 2.47.2