summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/dict.txt1
-rw-r--r--doc/subprocess.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/dict.txt b/doc/dict.txt
index 46f08c12..cdc3fb0e 100644
--- a/doc/dict.txt
+++ b/doc/dict.txt
@@ -143,6 +143,7 @@ PYTHONPATH
pyw
rcfile
readme
+refactored
regex
regexes
renderer
diff --git a/doc/subprocess.rst b/doc/subprocess.rst
index c2f5d888..b9527c84 100644
--- a/doc/subprocess.rst
+++ b/doc/subprocess.rst
@@ -83,7 +83,7 @@ Signal handlers and atexit
where we could talk about this?
To successfully write a coverage data file, the Python sub-process under
-anaylsis must shut down cleanly and have a chance for coverage.py to run the
+analysis must shut down cleanly and have a chance for coverage.py to run the
``atexit`` handler it registers.
For example if you send SIGTERM to end the sub-process, but your sub-process