Merge "Fix spelling mistake"

This commit is contained in:
Jenkins 2017-03-24 21:23:38 +00:00 committed by Gerrit Code Review
commit 9a7a37fba4
2 changed files with 3 additions and 3 deletions

View File

@ -761,7 +761,7 @@ class TestColumnChange(fixture.DB):
@fixture.usedb()
def test_alter_deprecated(self):
try:
# py 2.4 compatability :-/
# py 2.4 compatibility :-/
cw = catch_warnings(record=True)
w = cw.__enter__()

View File

@ -42,7 +42,7 @@ class TestUtil(fixture.Pathed):
# deprecated echo=True parameter
try:
# py 2.4 compatability :-/
# py 2.4 compatibility :-/
cw = catch_warnings(record=True)
w = cw.__enter__()
@ -100,7 +100,7 @@ class TestUtil(fixture.Pathed):
f.close()
try:
# py 2.4 compatability :-/
# py 2.4 compatibility :-/
cw = catch_warnings(record=True)
w = cw.__enter__()