summaryrefslogtreecommitdiff
path: root/test/suite/test_txn01.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_txn01.py')
-rw-r--r--test/suite/test_txn01.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_txn01.py b/test/suite/test_txn01.py
index 6600ff68ada..0499c2dad13 100644
--- a/test/suite/test_txn01.py
+++ b/test/suite/test_txn01.py
@@ -106,7 +106,7 @@ class test_txn01(wttest.WiredTigerTestCase):
# Loop through a set of inserts, periodically committing; before each
# commit, verify the number of visible records matches the expected value.
- def test_visibilty(self):
+ def test_visibility(self):
self.session.create(self.uri,
'key_format=' + self.key_format +
',value_format=' + self.value_format)