Commit 74ddfadd authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by…

Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 865f1435
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment