From e838c5c53dc36d9d9aa240ce76c0e80968aea966 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" Date: Mon, 19 Jun 2006 15:00:46 +0000 Subject: [PATCH] Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu . --- webtools/bugzilla/Bugzilla/DB/Mysql.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/Bugzilla/DB/Mysql.pm b/webtools/bugzilla/Bugzilla/DB/Mysql.pm index f0abbe2a019f..5cf588983767 100644 --- a/webtools/bugzilla/Bugzilla/DB/Mysql.pm +++ b/webtools/bugzilla/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.