summaryrefslogtreecommitdiff
path: root/tests/unit/utils.py
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2015-12-29 16:54:05 -0800
committerTim Burke <tim.burke@gmail.com>2015-12-30 11:01:33 -0800
commit62bfe10f58ce777a1b70549a641528b88f94f246 (patch)
treee2437168a27a501f8535b9d36175d387dcb7429a /tests/unit/utils.py
parentab65eef4ce4096410bdfec9ea7d8780f800321df (diff)
downloadpython-swiftclient-62bfe10f58ce777a1b70549a641528b88f94f246.tar.gz
Fix some typos
Change-Id: Iaf7f30a7ae0c2ac76fc5cdcee31ea74c08ce601e
Diffstat (limited to 'tests/unit/utils.py')
-rw-r--r--tests/unit/utils.py2
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()