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
commit4806d0e7bdfeccfb75c2064bad787d66a375cf40 (patch)
tree75ed93e6d24ef18571c02940f285419875ab6a11 /coverage/test_helpers.py
parentf06e02ebdcea3c5c585b784c568b99ea949cba90 (diff)
downloadpython-coveragepy-git-4806d0e7bdfeccfb75c2064bad787d66a375cf40.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 3ddb48ba..f36be70b 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.