From cb96cec794838e043d341b622b036ef0a53025ed Mon Sep 17 00:00:00 2001 From: Arne Wiebalck Date: Fri, 25 Oct 2019 18:48:16 +0200 Subject: [PATCH] [Trivial]: Typo in comment for _get_partition Change-Id: I29a3ea86dd710fc206d9c25cb12b08324538d224 --- ironic_python_agent/extensions/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic_python_agent/extensions/image.py b/ironic_python_agent/extensions/image.py index ce5d59cd0..367c64b78 100644 --- a/ironic_python_agent/extensions/image.py +++ b/ironic_python_agent/extensions/image.py @@ -75,7 +75,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