summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2021-12-16 22:03:51 +0100
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2021-12-16 22:03:51 +0100
commit0b69890c114e6527d55b0c9ce4817bdb66faaede (patch)
treedec63aef65cc40c67d3bd0942eebb86a784731e6
parentbdf735c662801f6cc262032c9e17c08b7dd83115 (diff)
downloadironic-python-agent-0b69890c114e6527d55b0c9ce4817bdb66faaede.tar.gz
[trivial] Fix typo in __init__.py
Change-Id: I67810abbfb975c0d0ad0faf9807318c462580528
-rw-r--r--ironic_python_agent/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/__init__.py b/ironic_python_agent/__init__.py
index 1ed52307..4f77b410 100644
--- a/ironic_python_agent/__init__.py
+++ b/ironic_python_agent/__init__.py
@@ -15,7 +15,7 @@ import os
import eventlet
# NOTE(TheJulia): Eventlet, when monkey patching occurs, replaces the base
-# dns resolver methods. This can lead to compatability issues,
+# dns resolver methods. This can lead to compatibility issues,
# and un-expected exceptions being raised during the process
# of monkey patching. Such as one if there are no resolvers.
os.environ['EVENTLET_NO_GREENDNS'] = "yes"