[Trivial]: Typo in comment for _get_partition

Change-Id: I29a3ea86dd710fc206d9c25cb12b08324538d224
This commit is contained in:
Arne Wiebalck 2019-10-25 18:48:16 +02:00
parent 16f3598da4
commit cb96cec794
1 changed files with 1 additions and 1 deletions

View File

@ -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