1
0
Fork 0
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:
TW 2016-04-17 16:29:16 +02:00
commit 5de002c29a

View file

@ -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: