From 01090d2d40b20f75568740f888227c48d9f115f4 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 12 Jan 2017 02:25:41 +0100 Subject: [PATCH] fix typos taken from debian package, thanks to danny edel and lintian for finding these. --- borg/archiver.py | 2 +- docs/usage.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/borg/archiver.py b/borg/archiver.py index c8c80f37c..2d0e792fa 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -541,7 +541,7 @@ class Archiver: @with_repository() def do_mount(self, args, repository, manifest, key): - """Mount archive or an entire repository as a FUSE fileystem""" + """Mount archive or an entire repository as a FUSE filesystem""" try: from .fuse import FuseOperations except ImportError as e: diff --git a/docs/usage.rst b/docs/usage.rst index ec1a790f6..18a7cdbdf 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -160,7 +160,7 @@ General: BORG_FILES_CACHE_TTL When set to a numeric value, this determines the maximum "time to live" for the files cache entries (default: 20). The files cache is used to quickly determine whether a file is unchanged. - The FAQ explains this more detailled in: :ref:`always_chunking` + The FAQ explains this more detailed in: :ref:`always_chunking` TMPDIR where temporary files are stored (might need a lot of temporary space for some operations)