summaryrefslogtreecommitdiff
path: root/ironic_python_agent
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-10-29 15:02:44 +0000
committerGerrit Code Review <review@openstack.org>2019-10-29 15:02:44 +0000
commit358a46c4fe2c65e8b6a1cdc7cb7e579b761aa662 (patch)
tree62cbaafef183ae490f428e996d548a9ae2200730 /ironic_python_agent
parenta158b862eaf99f0f3018496adf076b538ae5a64d (diff)
parentcb96cec794838e043d341b622b036ef0a53025ed (diff)
downloadironic-python-agent-358a46c4fe2c65e8b6a1cdc7cb7e579b761aa662.tar.gz
Merge "[Trivial]: Typo in comment for _get_partition"
Diffstat (limited to 'ironic_python_agent')
-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 ba4710d2..9ea4f6f0 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