From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 22:00:35 +0000 (+0000) Subject: Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu 'support'; patch by Vlad Dascalu . --- 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.