summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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