зеркало из https://github.com/mozilla/pjs.git
Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu <vladd@bugzilla.org>.
This commit is contained in:
Родитель
37b6a30d00
Коммит
d7e824ec1f
|
@ -357,7 +357,7 @@ class Bugzillabug(object):
|
||||||
for piece in pieces:
|
for piece in pieces:
|
||||||
result = changedfromtore.search(piece)
|
result = changedfromtore.search(piece)
|
||||||
# See what things we actually have inside this entry, and
|
# See what things we actually have inside this entry, and
|
||||||
# handle them approriately
|
# handle them appropriately
|
||||||
if result is not None:
|
if result is not None:
|
||||||
type = result.group(1)
|
type = result.group(1)
|
||||||
changedfromto = result.group(2)
|
changedfromto = result.group(2)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче