fix spelling

This commit is contained in:
Benjamin Peterson 2012-11-30 16:13:14 -05:00
parent 8a1a17b309
commit 71966058a8

View file

@ -153,8 +153,9 @@ class PosixPathTest(unittest.TestCase):
),
True
)
# If we don't have links, assume that os.stat() doesn't return resonable
# inode information and thus, that samestat() doesn't work
# If we don't have links, assume that os.stat() doesn't return
# reasonable inode information and thus, that samestat() doesn't
# work.
if hasattr(os, "symlink"):
os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
self.assertIs(