Browse Source

fix sepelling, as of lintian.debian.org

klemens 9 năm trước cách đây
mục cha
commit
6b93042ec8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      borg/archiver.py

+ 1 - 1
borg/archiver.py

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