Browse Source

docs: Fix grammar in borg mount docs #8510

"clean" as adverb does not have suffix -ly.
Source: https://dict.leo.org/grammatik/englisch/adjv_usage_flat.php?lang=de#id=5.3.1.b
Thalian 9 months ago
parent
commit
d3f3082bf4
1 changed files with 1 additions and 1 deletions
  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
         Unmounting in these cases could cause an active rsync or similar process
         to delete data unintentionally.
         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.
         signals or crashes do not.
         """
         """
         )
         )