diff --git a/bin/steps/pipenv b/bin/steps/pipenv index 1190621..a84d549 100755 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -26,7 +26,7 @@ fi if [ ! "$SKIP_PIPENV_INSTALL" ]; then - # Pipenv support (Generate requriements.txt with pipenv). + # Pipenv support (Generate requirements.txt with pipenv). if [[ -f Pipfile ]]; then # Measure that we're using Pipenv. mcount "tool.pipenv"