From db2c27d902c70939f54ab42fa8e12a11f6f8427f Mon Sep 17 00:00:00 2001 From: lvxianguo Date: Thu, 1 Nov 2018 16:50:09 +0800 Subject: [PATCH] trivial: modify spelling error of group Change-Id: I56a2763f753c81082a6e96e47e0a6c450225284f --- charmhelpers/contrib/storage/linux/lvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charmhelpers/contrib/storage/linux/lvm.py b/charmhelpers/contrib/storage/linux/lvm.py index 6e29181a..62fb1d73 100644 --- a/charmhelpers/contrib/storage/linux/lvm.py +++ b/charmhelpers/contrib/storage/linux/lvm.py @@ -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 '''