Commit ad1505c5 authored by bescoto's avatar bescoto

Typo correction from Dave Kempe


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@514 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent b9949a62
......@@ -207,7 +207,7 @@ rdiff-backup-data/chars_to_quote.
try:
hl_dest.hardlink(hl_source.path)
if hl_source.getinode() != hl_dest.getinode():
raise IOError(errno.EOPNOTSUP, "Hard links don't compare")
raise IOError(errno.EOPNOTSUPP, "Hard links don't compare")
except (IOError, OSError), exc:
if exc[0] in (errno.EOPNOTSUPP, errno.EPERM):
log.Log("Warning: hard linking not supported by filesystem "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment