summaryrefslogtreecommitdiff
path: root/coverage/test_helpers.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-04 07:30:08 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-04 07:30:08 -0400
commitd6ae810aaaf3a35d9f947428f3fc22f0d8750073 (patch)
tree90271008f4bcd7bae8f43fa2dca74be9ce0bf3fc /coverage/test_helpers.py
parentf1491bdf248bc8bd073a1ae061757d7bfd787e79 (diff)
downloadpython-coveragepy-d6ae810aaaf3a35d9f947428f3fc22f0d8750073.tar.gz
Fixing spelling
Diffstat (limited to 'coverage/test_helpers.py')
-rw-r--r--coverage/test_helpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/test_helpers.py b/coverage/test_helpers.py
index 3ddb48b..f36be70 100644
--- a/coverage/test_helpers.py
+++ b/coverage/test_helpers.py
@@ -145,7 +145,7 @@ class TempDirMixin(SysPathAwareMixin, ModuleAwareMixin, TestCase):
"""A test case mixin that creates a temp directory and files in it.
Includes SysPathAwareMixin and ModuleAwareMixin, because making and using
- temp dirs like this will also need that kind of isolation.
+ temp directories like this will also need that kind of isolation.
"""
@@ -238,7 +238,7 @@ class TempDirMixin(SysPathAwareMixin, ModuleAwareMixin, TestCase):
# We run some tests in temporary directories, because they may need to make
# files for the tests. But this is expensive, so we can change per-class
- # whether a temp dir is used or not. It's easy to forget to set that
+ # whether a temp directory is used or not. It's easy to forget to set that
# option properly, so we track information about what the tests did, and
# then report at the end of the process on test classes that were set
# wrong.