Fix spelling mistake

TrivialFix

Change-Id: I089d9e8b57895d9878bf82d2fac397722fccc083
This commit is contained in:
dineshbhor 2016-10-26 19:47:00 +05:30
parent d58469a6ae
commit 09ec8f7816
2 changed files with 3 additions and 3 deletions

View File

@ -748,7 +748,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__()