Merge "trivial: modify spelling error of group"

This commit is contained in:
Zuul 2018-11-02 06:40:27 +00:00 committed by Gerrit Code Review
commit 406c843b9c

View File

@ -12,7 +12,7 @@ from subprocess import (
################################################## ##################################################
def deactivate_lvm_volume_group(block_device): def deactivate_lvm_volume_group(block_device):
''' '''
Deactivate any volume gruop associated with an LVM physical volume. Deactivate any volume group associated with an LVM physical volume.
:param block_device: str: Full path to LVM physical volume :param block_device: str: Full path to LVM physical volume
''' '''