Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Aug 22, 2023
1 parent 73c9f7c commit e490bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip4a/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def ensure_isolated(self: Cli) -> None:
if "VIRTUAL_ENV" not in env_vars and not self.args.venv:
err = (
"Unable to install in user site packages directory:"
f" {site.getusersitepackages()}, please activate or specify a virtual envrionment"
f" {site.getusersitepackages()}, please activate or specify a virtual environment"
)
errors.append(err)

Expand Down

0 comments on commit e490bd3

Please sign in to comment.