Spelling fixes to docs, docstrings, and comments (GH-6374)

(cherry picked from commit 61f82e0e33)

Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
Miss Islington (bot) 2018-04-20 14:00:41 -07:00 committed by GitHub
parent b221107d32
commit 32955299b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 16 additions and 16 deletions

View file

@ -5948,7 +5948,7 @@ class LinuxKernelCryptoAPI(unittest.TestCase):
@unittest.skipUnless(sys.platform.startswith("win"), "requires Windows")
class TestMSWindowsTCPFlags(unittest.TestCase):
knownTCPFlags = {
# avaliable since long time ago
# available since long time ago
'TCP_MAXSEG',
'TCP_NODELAY',
# available starting with Windows 10 1607