Correct spelling in documentation and code comment

This commit is contained in:
Martin Panter 2016-09-10 10:38:28 +00:00
parent c7a070e998
commit 99e843b48e
3 changed files with 4 additions and 4 deletions

View file

@ -1471,7 +1471,7 @@ class TestInvalidFD(unittest.TestCase):
singles = ["fchdir", "dup", "fdopen", "fdatasync", "fstat",
"fstatvfs", "fsync", "tcgetpgrp", "ttyname"]
#singles.append("close")
#We omit close because it doesn'r raise an exception on some platforms
#We omit close because it doesn't raise an exception on some platforms
def get_single(f):
def helper(self):
if hasattr(os, f):