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

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

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

@ -357,7 +357,7 @@ class Bugzillabug(object):
for piece in pieces:
result = changedfromtore.search(piece)
# See what things we actually have inside this entry, and
# handle them approriately
# handle them appropriately
if result is not None:
type = result.group(1)
changedfromto = result.group(2)