소스 검색

fix sepelling, as of lintian.debian.org

klemens 9 년 전
부모
커밋
6b93042ec8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: