Merge "Fix spelling mistakes"

This commit is contained in:
Zuul 2018-02-19 06:42:16 +00:00 committed by Gerrit Code Review
commit d43d3c4df5

View File

@ -131,7 +131,7 @@ class PosixBackupDriver(chunkeddriver.ChunkedBackupDriver):
try:
os.remove(path)
except OSError as e:
# ignore exception if path does not exsit
# Ignore exception if path does not exist.
if e.errno != errno.ENOENT:
raise