From 0b69890c114e6527d55b0c9ce4817bdb66faaede Mon Sep 17 00:00:00 2001 From: Arne Wiebalck Date: Thu, 16 Dec 2021 22:03:51 +0100 Subject: [PATCH] [trivial] Fix typo in __init__.py Change-Id: I67810abbfb975c0d0ad0faf9807318c462580528 --- ironic_python_agent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic_python_agent/__init__.py b/ironic_python_agent/__init__.py index 1ed523071..4f77b4108 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"