diff --git a/ironic_python_agent/extensions/image.py b/ironic_python_agent/extensions/image.py index ba4710d26..9ea4f6f05 100644 --- a/ironic_python_agent/extensions/image.py +++ b/ironic_python_agent/extensions/image.py @@ -76,7 +76,7 @@ def _get_partition(device, uuid): part[key] = val.strip() # Ignore non partition if part.get('TYPE') != 'part': - # NOTE(TheJulia): This techincally creates an edge failure + # NOTE(TheJulia): This technically creates an edge failure # case where a filesystem on a whole block device sans # partitioning would behave differently. continue