Merge "Fix typo in the file"

This commit is contained in:
Jenkins 2016-08-25 16:51:54 +00:00 committed by Gerrit Code Review
commit a825d6468c
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ def lvm_snap(backup_opt_dict):
raise Exception('lvm snapshot mounting error: {0}'.format(mount_err))
else:
LOG.warning(
'Volume {0} succesfully mounted on {1}'.format(
'Volume {0} successfully mounted on {1}'.format(
abs_snap_name, backup_opt_dict.lvm_dirmount))
return True