]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
LVM: Fix "intialized" typo in warning msg
authorEric Harney <eharney@redhat.com>
Sat, 4 Jan 2014 14:22:43 +0000 (09:22 -0500)
committerEric Harney <eharney@redhat.com>
Sat, 4 Jan 2014 14:26:36 +0000 (09:26 -0500)
Change-Id: I3b07b30840835a46c165fc360522b268229f5e50

cinder/volume/drivers/lvm.py

index 668726d216dffcbfc183b88b3bb4007df29e0f5b..7c4ac314fb92009316b5057e860f7f8f81389a1d 100644 (file)
@@ -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