In some files I found misspelled words like :
begining -> beginning
occured -> ocurred
Change-Id: Ic9ec34952dc43232c29b1dc8f6baec05f804ce25
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
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})