trivial: modify spelling error of group

Change-Id: Ifb7b237da6818d73a24546f316b6508db48e5677
This commit is contained in:
lvxianguo 2018-11-01 16:55:54 +08:00
parent f7946e5254
commit d4ef7536a9
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
'''