Fix splling in docstring

This commit is contained in:
Daniel A. Wozniak 2018-03-26 09:43:33 -07:00
parent b40efc5db8
commit d9ae2abb34
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -96,7 +96,7 @@ class LocalClientTestCase(TestCase,
@skipIf(not salt.utils.is_windows(), 'Windows only test')
def test_pub_win32(self):
'''
Tests that the cleint raises a timeout error when using TCP transport
Tests that the client raises a timeout error when using TCP transport
and publisher is not running.
Note: Requires TCP transport, this is only the default on Windows.