Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu <vladd@bugzilla.org>.

git-svn-id: svn://10.0.0.236/trunk@200296 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vladd%bugzilla.org
2006-06-19 15:00:46 +00:00
parent 262b466e54
commit e78c444b13

View 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.