From c0384b4014a15aebc0502a8b9c211e49ea72a666 Mon Sep 17 00:00:00 2001 From: owsla Date: Tue, 27 Jan 2009 18:07:07 +0000 Subject: Fix typos. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1012 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/fs_abilities.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdiff-backup/rdiff_backup/fs_abilities.py b/rdiff-backup/rdiff_backup/fs_abilities.py index d57e0d8..4da53ba 100644 --- a/rdiff-backup/rdiff_backup/fs_abilities.py +++ b/rdiff-backup/rdiff_backup/fs_abilities.py @@ -556,7 +556,7 @@ class FSAbilities: def set_escape_dos_devices(self, subdir): """Test if DOS device files can be used as filenames. - This test must detect if the underlying OS is Windows, whehter we are + This test must detect if the underlying OS is Windows, whether we are running under Cygwin or natively. Cygwin allows these special files to be stat'd from any directory. Native Windows returns OSError (like non-Cygwin POSIX), but we can check for that using os.name. @@ -843,7 +843,7 @@ characters, or if you backup a case-sensitive file system onto a case-insensitive one that previously only had case-insensitive ones backed up onto it. -By specificying the --force option, rdiff-backup will migrate the +By specifying the --force option, rdiff-backup will migrate the repository from the old quoting chars to the new ones.""" % (suggested_ctq, actual_ctq, ctq_rp.path)) return (actual_ctq, None) # Maintain Globals override -- cgit v1.2.1