summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wheel/_setuptools_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wheel/_setuptools_logging.py b/src/wheel/_setuptools_logging.py
index d62f670..006c098 100644
--- a/src/wheel/_setuptools_logging.py
+++ b/src/wheel/_setuptools_logging.py
@@ -13,7 +13,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()