summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions/image.py
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2019-10-25 18:48:16 +0200
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2019-10-25 18:48:16 +0200
commitcb96cec794838e043d341b622b036ef0a53025ed (patch)
treee357aaf91bb772fd7dd99c1c1c730bcd1b1926ba /ironic_python_agent/extensions/image.py
parent16f3598da4a4b864f6aaa6a4272755a1fb588447 (diff)
downloadironic-python-agent-cb96cec794838e043d341b622b036ef0a53025ed.tar.gz
[Trivial]: Typo in comment for _get_partition
Change-Id: I29a3ea86dd710fc206d9c25cb12b08324538d224
Diffstat (limited to 'ironic_python_agent/extensions/image.py')
-rw-r--r--ironic_python_agent/extensions/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/extensions/image.py b/ironic_python_agent/extensions/image.py
index ce5d59cd..367c64b7 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