summaryrefslogtreecommitdiff
path: root/setuptools/logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/logging.py')
-rw-r--r--setuptools/logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/logging.py b/setuptools/logging.py
index 15b57613..5d41c988 100644
--- a/setuptools/logging.py
+++ b/setuptools/logging.py
@@ -12,7 +12,7 @@ def configure():
"""
Configure logging to emit warning and above to stderr
and everything else to stdout. This behavior is provided
- for compatibilty with distutils.log but may change in
+ for compatibility with distutils.log but may change in
the future.
"""
err_handler = logging.StreamHandler()