trivial: modify spelling error of group

Change-Id: I56a2763f753c81082a6e96e47e0a6c450225284f
This commit is contained in:
lvxianguo 2018-11-01 16:50:09 +08:00
parent 471e648830
commit db2c27d902
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from subprocess import (
##################################################
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
'''