From 404a9fbfa289cf80256b7dbbf7185875f7c897d7 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Sat, 4 Jan 2014 09:22:43 -0500 Subject: [PATCH] LVM: Fix "intialized" typo in warning msg Change-Id: I3b07b30840835a46c165fc360522b268229f5e50 --- cinder/volume/drivers/lvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/drivers/lvm.py b/cinder/volume/drivers/lvm.py index 668726d21..7c4ac314f 100644 --- a/cinder/volume/drivers/lvm.py +++ b/cinder/volume/drivers/lvm.py @@ -356,7 +356,7 @@ class LVMVolumeDriver(driver.VolumeDriver): LOG.debug(_("Updating volume stats")) if self.vg is None: - LOG.warning(_('Unable to update stats on non-intialized ' + LOG.warning(_('Unable to update stats on non-initialized ' 'Volume Group: %s'), self.configuration.volume_group) return -- 2.45.2