From: Eric Harney Date: Sat, 4 Jan 2014 14:22:43 +0000 (-0500) Subject: LVM: Fix "intialized" typo in warning msg X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=404a9fbfa289cf80256b7dbbf7185875f7c897d7;p=openstack-build%2Fcinder-build.git LVM: Fix "intialized" typo in warning msg Change-Id: I3b07b30840835a46c165fc360522b268229f5e50 --- 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