1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 05:35:58 +00:00

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
This commit is contained in:
Thalian 2024-11-01 07:44:35 +01:00 committed by Thalian
parent 5da1ff166f
commit d3f3082bf4

View file

@ -120,7 +120,7 @@ def build_parser_mount_umount(self, subparsers, common_parser, mid_common_parser
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.
""" """
) )