diff options
author | vladd%bugzilla.org <> | 2006-06-19 22:00:46 +0000 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 22:00:46 +0000 |
commit | 7878b99a91b376b3ca5a673dbb90ee6d314a58d0 (patch) | |
tree | 633889d209c965440e3b91ccbc9c502d6b76d9e2 /Bugzilla/DB | |
parent | a59a0ea7da07c31cee76c624b7fd438b9c9c2b97 (diff) | |
download | bugs-7878b99a91b376b3ca5a673dbb90ee6d314a58d0.tar bugs-7878b99a91b376b3ca5a673dbb90ee6d314a58d0.tar.gz bugs-7878b99a91b376b3ca5a673dbb90ee6d314a58d0.tar.bz2 bugs-7878b99a91b376b3ca5a673dbb90ee6d314a58d0.tar.xz bugs-7878b99a91b376b3ca5a673dbb90ee6d314a58d0.zip |
Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r-- | Bugzilla/DB/Mysql.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index f0abbe2a0..5cf588983 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/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. |