summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_bug018.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_bug018.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_bug018.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_bug018.py b/src/third_party/wiredtiger/test/suite/test_bug018.py
index 7d20ebcaacb..b904b688586 100644
--- a/src/third_party/wiredtiger/test/suite/test_bug018.py
+++ b/src/third_party/wiredtiger/test/suite/test_bug018.py
@@ -65,7 +65,7 @@ class test_bug018(wttest.WiredTigerTestCase):
# table out from underneath WiredTiger. We do this right before
# closing the connection so that the write error happens during close
# when writing out the final data. Allow table 1 to succeed and force
- # an erorr writing out table 2.
+ # an error writing out table 2.
#
# This is Linux-specific code to figure out the file descriptor.
for f in os.listdir('/proc/self/fd'):