From cbe30d20c4e3c35a2dd5a8f39cca075f62ea0968 Mon Sep 17 00:00:00 2001 From: Mark Adamson Date: Wed, 27 Jun 2018 13:29:25 +0100 Subject: [PATCH] Fix typo in error message --- pipenv/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/core.py b/pipenv/core.py index 7b30af90..a7ed3575 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -1364,7 +1364,7 @@ def do_init( if not allow_global and not deploy and 'PIPENV_ACTIVE' not in os.environ: click.echo( "To activate this project's virtualenv, run {0}.\n" - "Alternativaly, run a command " + "Alternatively, run a command " "inside the virtualenv with {1}.".format( crayons.red('pipenv shell'), crayons.red('pipenv run'),