diff options
Diffstat (limited to 'tests/unit/utils.py')
-rw-r--r-- | tests/unit/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/utils.py b/tests/unit/utils.py index f3483eb..0f013a8 100644 --- a/tests/unit/utils.py +++ b/tests/unit/utils.py @@ -213,7 +213,7 @@ class MockHttpTest(testtools.TestCase): self.fake_connect = None self.request_log = [] - # Capture output, since the test-runner stdout/stderr moneky-patching + # Capture output, since the test-runner stdout/stderr monkey-patching # won't cover the references to sys.stdout/sys.stderr in # swiftclient.multithreading self.capture_output = CaptureOutput() |