]> 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:35 +0000 (22:00 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:00:35 +0000 (22:00 +0000)
Bugzilla/DB/Mysql.pm

index a296279e589cadcd2ab9057103c3c9c6c1eb97fc..4c5f836589cb6d5cd9b19130329de16296697515 100644 (file)
@@ -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.