summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-03-26 00:32:47 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-03-26 00:32:47 +0000
commitc8b2f7c62f0c8e8483fd5e10ef3fea0e72d442ea (patch)
tree5390172f51f82fc2ca21b0e8a457a8466554f27b
parent7f9dcb6819489f076ac41fc6babcadab4df58330 (diff)
downloadrdiff-backup-c8b2f7c62f0c8e8483fd5e10ef3fea0e72d442ea.tar.gz
Typo fix by Thomas Jarosch
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@560 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/Main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/rdiff_backup/Main.py b/rdiff-backup/rdiff_backup/Main.py
index cd77d63..c7bd469 100644
--- a/rdiff-backup/rdiff_backup/Main.py
+++ b/rdiff-backup/rdiff_backup/Main.py
@@ -840,12 +840,12 @@ def checkdest_need_check(dest_rp):
The rdiff-backup data directory
%s
exists, but we cannot find a valid current_mirror marker. You can
-avoid this message by removing the rdiff_backup_data directory;
+avoid this message by removing the rdiff-backup-data directory;
however any data in it will be lost.
Probably this error was caused because the first rdiff-backup session
into a new directory failed. If this is the case it is safe to delete
-the rdiff_backup_data directory because there is no important
+the rdiff-backup-data directory because there is no important
information in it.
""" % (Globals.rbdir.path,))