summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox/hookspecs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox/hookspecs.py b/tox/hookspecs.py
index db589ed..22e231d 100644
--- a/tox/hookspecs.py
+++ b/tox/hookspecs.py
@@ -47,7 +47,7 @@ def tox_testenv_install_deps(venv, action):
def tox_runtest_pre(venv):
""" [experimental] perform arbitrary action before running tests for this venv.
- This could be used to indicate that tests for a given venv have started, for intstance.
+ This could be used to indicate that tests for a given venv have started, for instance.
"""