summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-06-24 06:52:45 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-06-24 06:52:45 +0000
commit28fd75148a7ba90b429c8442cec188d3b178e731 (patch)
treefc0da73c61e3181b0c5f04a377903721350dbd35
parentf725c94c5585c8e2adcfc3613270b53307e95c3d (diff)
downloadrdiff-backup-28fd75148a7ba90b429c8442cec188d3b178e731.tar.gz
Comment clarification
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@329 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/rpath.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/rdiff_backup/rpath.py b/rdiff-backup/rdiff_backup/rpath.py
index 3be5068..6719f49 100644
--- a/rdiff-backup/rdiff_backup/rpath.py
+++ b/rdiff-backup/rdiff_backup/rpath.py
@@ -281,10 +281,10 @@ class RORPath:
def equal_loose(self, other):
"""True iff the two rorpaths are kinda equivalent
- Sometimes because of missing permissions, a file cannot be
+ Sometimes because permissions cannot be set, a file cannot be
replicated exactly on the remote side. This function tells
you whether the two files are close enough. self must be the
- file with more information.
+ original rpath.
"""
for key in self.data.keys(): # compare dicts key by key