]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu <vladd...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 22:00:46 +0000 (22:00 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:00:46 +0000 (22:00 +0000)
Bugzilla/DB/Mysql.pm

index f0abbe2a019f0f445f5e8e8ea65d8e3e6148554b..5cf588983767b62b0898d2a1bfac0467747a879a 100644 (file)
@@ -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.