Fix a typo

Change-Id: Ie1b587d98630984ed29a6a42b3f546dde369fa38
This commit is contained in:
chenaidong1 2016-12-05 17:01:26 +08:00
parent 823c1c7a58
commit 77fd7014c0
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class DB2OnlineBackup(DB2Backup):
log_size = log_size + int(out[0])
log_size = log_size * 1024
except exception.ProcessExecutionError:
LOG.exception(_("An error occured while trying to estimate log "
LOG.exception(_("An error occurred while trying to estimate log "
"size"))
LOG.debug("Estimated log size for all databases: " + str(log_size))
return log_size