Commit 7054087f authored by owsla's avatar owsla

Spelling fix


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@871 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 1f8b1600
......@@ -82,7 +82,7 @@ def Verify(mirror_rp, inc_rp, verify_time):
if not repo_rorp.isreg(): continue
if not repo_rorp.has_sha1():
log.Log("Warning: Cannot find SHA1 digest for file %s,\n"
"perhaps because these feature was added in v1.1.1"
"perhaps because this feature was added in v1.1.1"
% (repo_rorp.get_indexpath(),), 2)
continue
fp = RepoSide.rf_cache.get_fp(base_index + repo_rorp.index, repo_rorp)
......
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