From d3f3082bf4714fd394b045273b3d42034868c6c5 Mon Sep 17 00:00:00 2001 From: Thalian <39634976+fantasya-pbem@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:44:35 +0100 Subject: [PATCH] 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 --- src/borg/archiver/mount_cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver/mount_cmds.py b/src/borg/archiver/mount_cmds.py index f6d5fca2c..0ec56731f 100644 --- a/src/borg/archiver/mount_cmds.py +++ b/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. """ )