]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Correct misspelled words
authoryoan desbordes <desbor_y@etna-alternance.net>
Tue, 25 Nov 2014 14:22:35 +0000 (15:22 +0100)
committeryoan desbordes <desbor_y@etna-alternance.net>
Tue, 25 Nov 2014 14:23:22 +0000 (15:23 +0100)
In some files I found misspelled words like :

begining -> beginning
occured -> ocurred

Change-Id: Ic9ec34952dc43232c29b1dc8f6baec05f804ce25

cinder/volume/drivers/hitachi/hbsd_snm2.py
cinder/volume/drivers/vmware/vmdk.py

index 58426bac3030ff8bb7b394da5431c15820d5f620..8359704dd7e7559828d95d10db2312eaea2d4607 100644 (file)
@@ -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
 
index ac10288af18ed3acc85d8b8639d22eac6ef08543..633759fd3758a08f5a5c3288d3c4efbc6d1d5a43 100644 (file)
@@ -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})