Browse Source

Merge pull request #931 from ka7/spelling_fix

fix spelling, as of lintian.debian.org
TW 9 years ago
parent
commit
5de002c29a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      borg/archiver.py

+ 1 - 1
borg/archiver.py

@@ -666,7 +666,7 @@ class Archiver:
 
 
     @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: