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