diff --git a/mozilla/webtools/bugzilla/Bugzilla/DB/Mysql.pm b/mozilla/webtools/bugzilla/Bugzilla/DB/Mysql.pm index f0abbe2a019..5cf58898376 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/DB/Mysql.pm +++ b/mozilla/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.