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
parent ef3be4372d
commit 067acbb665

View File

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