summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Mezard <patrick@mezard.eu>2015-12-05 14:35:26 +0100
committerPatrick Mezard <patrick@mezard.eu>2015-12-05 14:35:26 +0100
commit46f4845a6756e1eb483e322aff5b38718b36e916 (patch)
tree9c6a539ec450d4fa0506efe4377f6619ebd90449
parent0bfce6713d7f55e232345c6a6fe0fc17f57553c3 (diff)
downloadtox-46f4845a6756e1eb483e322aff5b38718b36e916.tar.gz
Fix minor typo in --help message
-rw-r--r--tox/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox/session.py b/tox/session.py
index f4214cf..6b82ccd 100644
--- a/tox/session.py
+++ b/tox/session.py
@@ -51,7 +51,7 @@ def show_help(config):
"(overridable by '-e')")
tw.line("TOX_TESTENV_PASSENV: space-separated list of extra "
"environment variables to be passed into test command "
- "environemnts")
+ "environments")
def show_help_ini(config):