summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-08-01 16:49:04 -0400
committerDon Anderson <dda@ddanderson.com>2013-08-09 16:30:52 -0400
commit765f0c0171a203a19f240acb1a10b9a201e20699 (patch)
treefcfbb46f30ef6afa8b7d9afe2df677149f35a19a
parentd87903f678263c3f012672bae1f14be808216434 (diff)
downloadmongo-765f0c0171a203a19f240acb1a10b9a201e20699.tar.gz
spelling typo
-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)