aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pkg_resources/__init__.py')
-rw-r--r--pkg_resources/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py
index 2eab8230..15cb93fd 100644
--- a/pkg_resources/__init__.py
+++ b/pkg_resources/__init__.py
@@ -1367,7 +1367,7 @@ def get_default_cache():
return os.path.join(dirname, 'Python-Eggs')
else:
raise RuntimeError(
- "Please set the PYTHON_EGG_CACHE enviroment variable"
+ "Please set the PYTHON_EGG_CACHE environment variable"
)
def safe_name(name):