From 46f50726a0047ae81d478c3a206f587b8f35ed08 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Thu, 26 May 2016 05:35:26 +0000 Subject: Issue #27076: Doc, comment and tests spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most fixes to Doc/ and Lib/ directories by Ville Skyttä. --- Lib/test/test_telnetlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/test/test_telnetlib.py') diff --git a/Lib/test/test_telnetlib.py b/Lib/test/test_telnetlib.py index 6c27c16a03..8e219f4217 100644 --- a/Lib/test/test_telnetlib.py +++ b/Lib/test/test_telnetlib.py @@ -237,8 +237,8 @@ class ReadTests(ExpectAndReadTestCase): self.assertEqual(data, want) def test_read_eager(self): - # read_eager and read_very_eager make the same gaurantees - # (they behave differently but we only test the gaurantees) + # read_eager and read_very_eager make the same guarantees + # (they behave differently but we only test the guarantees) self._read_eager('read_eager') self._read_eager('read_very_eager') # NB -- we need to test the IAC block which is mentioned in the -- cgit v1.2.1