summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-23 21:29:41 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-23 21:29:41 +0000
commit4369de9bbe79ea69c7ea5ac7cde0398771336250 (patch)
tree4a9795d3b33a2d4fe4fc238a681fe782a9ee5504
parenteec7d6faefadedb24629693691cb2eed0268602a (diff)
downloadrdiff-backup-4369de9bbe79ea69c7ea5ac7cde0398771336250.tar.gz
Typo fix
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@397 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/regress.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdiff-backup/rdiff_backup/regress.py b/rdiff-backup/rdiff_backup/regress.py
index 35fb94e..58e3c5e 100644
--- a/rdiff-backup/rdiff_backup/regress.py
+++ b/rdiff-backup/rdiff_backup/regress.py
@@ -27,9 +27,9 @@ metadata file (which we assume is intact) and delete the extra
increments. For regular files we examine the mirror file and use the
increment file to get the old data if the mirror file is out of date.
-Currently this does recover hard links. This make make the regressed
-directory take up more disk space, but hard links can still be
-recovered.
+Currently this does not recover hard links. This may make the
+regressed directory take up more disk space, but hard links can still
+be recovered.
"""