summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-27 18:07:07 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-27 18:07:07 +0000
commitc0384b4014a15aebc0502a8b9c211e49ea72a666 (patch)
tree86c6bb3647d0b4fdcf9402dff932546e7bbf939e
parentd171e39de8f61c089526998b52841d8c8655f791 (diff)
downloadrdiff-backup-c0384b4014a15aebc0502a8b9c211e49ea72a666.tar.gz
Fix typos.
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1012 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/fs_abilities.py4
1 files 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