소스 검색

Merge pull request #8510 from fantasya-pbem/master

docs: Fix grammar in borg mount docs
TW 7 달 전
부모
커밋
038f6da988
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/borg/archiver/mount_cmds.py

+ 1 - 1
src/borg/archiver/mount_cmds.py

@@ -120,7 +120,7 @@ class MountMixIn:
         Unmounting in these cases could cause an active rsync or similar process
         to delete data unintentionally.
 
-        When running in the foreground ^C/SIGINT unmounts cleanly, but other
+        When running in the foreground ^C/SIGINT unmounts clean, but other
         signals or crashes do not.
         """
         )