trivial: modify spelling error of group

Change-Id: I0b18849ab1003cc2af2b4878d729a23596f15394
This commit is contained in:
lvxianguo 2018-11-01 16:58:23 +08:00
parent f7946e5254
commit 44be007ce1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,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
'''