From 1a98e58878368a7bdbe4efbd66ab5d426180de83 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 21 Jun 2016 10:39:36 +0000 Subject: Fix typo --- tox/hookspecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v1.2.1