Commit 88878c64 authored by bescoto's avatar bescoto

Fixed typo in fatal error message


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@624 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent da6790f6
......@@ -606,7 +606,7 @@ Try restoring from an increment file (the filenames look like
% (Globals.rbdir.path,))
elif result == 1: Log.FatalError(
"Previous backup to %s seems to have failed.\nRerun rdiff-backup "
"rdiff-with --check-destination-dir option to revert directory "
"with --check-destination-dir option to revert directory "
"to state before unsuccessful session." % (mirror_root.path,))
def restore_set_root(rpin):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment