From 2a64413bb6ecf5c698684d1b571bf4c06b30c0b9 Mon Sep 17 00:00:00 2001 From: Bernd Mueller Date: Wed, 24 Mar 2021 13:52:54 +0100 Subject: [PATCH] typo chanages -> changes Change-Id: Ifb75a5f6f01bd98011464eb05f98d8db001dcd54 --- ironic_python_agent/hardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic_python_agent/hardware.py b/ironic_python_agent/hardware.py index f245feb93..e58da8c6e 100644 --- a/ironic_python_agent/hardware.py +++ b/ironic_python_agent/hardware.py @@ -549,7 +549,7 @@ def update_cached_node(): cached_node = get_cached_node() if API_CLIENT: LOG.info('Agent is requesting to perform an explicit node cache ' - 'update. This is to pickup any chanages in the cache ' + 'update. This is to pickup any changes in the cache ' 'before deployment.') try: if cached_node is None: