From: yoan desbordes Date: Tue, 25 Nov 2014 14:22:35 +0000 (+0100) Subject: Correct misspelled words X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=402b78ca1fca91d2ef5e6782a798fdff23a6d621;p=openstack-build%2Fcinder-build.git Correct misspelled words In some files I found misspelled words like : begining -> beginning occured -> ocurred Change-Id: Ic9ec34952dc43232c29b1dc8f6baec05f804ce25 --- diff --git a/cinder/volume/drivers/hitachi/hbsd_snm2.py b/cinder/volume/drivers/hitachi/hbsd_snm2.py index 58426bac3..8359704dd 100644 --- a/cinder/volume/drivers/hitachi/hbsd_snm2.py +++ b/cinder/volume/drivers/hitachi/hbsd_snm2.py @@ -586,7 +586,7 @@ class HBSDSNM2(basic_lib.HBSDBasicLib): def _wait_for_add_chap_user(self, cmd, auth_username, auth_password, start): - # Don't move 'import pexpect' to the begining of the file so that + # Don't move 'import pexpect' to the beginning of the file so that # a tempest can work. import pexpect diff --git a/cinder/volume/drivers/vmware/vmdk.py b/cinder/volume/drivers/vmware/vmdk.py index ac10288af..633759fd3 100644 --- a/cinder/volume/drivers/vmware/vmdk.py +++ b/cinder/volume/drivers/vmware/vmdk.py @@ -1143,7 +1143,7 @@ class VMwareEsxVmdkDriver(driver.VolumeDriver): except Exception: # Delete backing and virtual disk created from image. with excutils.save_and_reraise_exception(): - LOG.exception(_("Error occured while creating volume: %(id)s" + LOG.exception(_("Error occurred while creating volume: %(id)s" " from image: %(image_id)s."), {'id': volume['id'], 'image_id': image_id})