1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-03 18:27:01 +00:00

Merge pull request #2016 from ThomasWaldmann/fix-typos

fix typos
This commit is contained in:
TW 2017-01-12 02:27:13 +01:00 committed by GitHub
commit b206aa771c
2 changed files with 2 additions and 2 deletions

View file

@ -541,7 +541,7 @@ def do_delete(self, args, repository):
@with_repository() @with_repository()
def do_mount(self, args, repository, manifest, key): 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: try:
from .fuse import FuseOperations from .fuse import FuseOperations
except ImportError as e: except ImportError as e:

View file

@ -160,7 +160,7 @@ General:
BORG_FILES_CACHE_TTL BORG_FILES_CACHE_TTL
When set to a numeric value, this determines the maximum "time to live" for the files cache 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. 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 TMPDIR
where temporary files are stored (might need a lot of temporary space for some operations) where temporary files are stored (might need a lot of temporary space for some operations)