Merge "[Trivial]: Typo in comment for _get_partition"

This commit is contained in:
Zuul 2019-10-29 15:02:44 +00:00 committed by Gerrit Code Review
commit 358a46c4fe

View File

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