Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index 582fbba133065926a2888acb1e4e44abbdf1c3f4..64a98362559761d04c6b2c5e1881be817cdac581 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -100,7 +100,7 @@ class CheckCallAndFilterTestCase(GclientUtilBase): |
order.append('killed') |
cv.notify() |
if kill_raises: |
- raise OSError('somethign went wrong') |
+ raise OSError('something went wrong') |
kid = self.ProcessIdMock('') |
kid.stdout.read = kid_stdout_read |