diff options
| author | Arne Wiebalck <Arne.Wiebalck@cern.ch> | 2019-10-25 18:48:16 +0200 |
|---|---|---|
| committer | Arne Wiebalck <Arne.Wiebalck@cern.ch> | 2019-10-25 18:48:16 +0200 |
| commit | cb96cec794838e043d341b622b036ef0a53025ed (patch) | |
| tree | e357aaf91bb772fd7dd99c1c1c730bcd1b1926ba /ironic_python_agent/extensions/image.py | |
| parent | 16f3598da4a4b864f6aaa6a4272755a1fb588447 (diff) | |
| download | ironic-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.py | 2 |
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 |
