fix typos, mostly in comments

This commit is contained in:
Fred Drake 2005-10-28 14:39:47 +00:00
parent f339654280
commit db390c1ad8
10 changed files with 14 additions and 13 deletions

View file

@ -46,7 +46,7 @@ class DircacheTests(unittest.TestCase):
if sys.platform[:3] not in ('win', 'os2'):
# Sadly, dircache has the same granularity as stat.mtime, and so
# can't notice any changes that occured within 1 sec of the last
# can't notice any changes that occurred within 1 sec of the last
# time it examined a directory.
time.sleep(1)
self.writeTemp("test1")