summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py
index a4e21295..823169d1 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -131,7 +131,7 @@ class Coverage(object):
This can also be a list of these strings.
If `check_preimported` is true, then when coverage is started, the
- aleady-imported files will be checked to see if they should be measured
+ already-imported files will be checked to see if they should be measured
by coverage. Importing measured files before coverage is started can
mean that code is missed.