Fix spelling mistakes

Change-Id: Iffc537547a542cb742af8e5255c926ef1dce44b0
This commit is contained in:
yenai 2018-02-09 14:31:19 +08:00
parent b8a5ff5d7e
commit e49afa593f
1 changed files with 1 additions and 1 deletions

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