summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-01-09 18:42:39 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-01-09 18:42:39 +0000
commit0034e4d8fca9ee54babfa87e8719fca65b3db97a (patch)
treea81e866939bc93b81928b382f4905db7be1dcd09
parentb998968bbbc9c4fa4fca0ead65d83669aca3e400 (diff)
downloadrdiff-backup-0034e4d8fca9ee54babfa87e8719fca65b3db97a.tar.gz
Spelling fix
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@871 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/compare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/compare.py b/rdiff-backup/rdiff_backup/compare.py
index e4897cf..c499e5c 100644
--- a/rdiff-backup/rdiff_backup/compare.py
+++ b/rdiff-backup/rdiff_backup/compare.py
@@ -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)