mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-24 07:01:59 +00:00
Merge pull request #931 from ka7/spelling_fix
fix spelling, as of lintian.debian.org
This commit is contained in:
commit
5de002c29a
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ def do_delete(self, args, repository, manifest, key):
|
|||
|
||||
@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:
|
||||
|
|
Loading…
Reference in a new issue