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

This commit is contained in:
vladd%bugzilla.org 2006-06-19 15:00:46 +00:00
Родитель ba4f12f92a
Коммит e838c5c53d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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