1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-10 06:03:38 +00:00

Merge pull request #8510 from fantasya-pbem/master

docs: Fix grammar in borg mount docs
This commit is contained in:
TW 2024-11-01 12:06:07 +01:00 committed by GitHub
commit 038f6da988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
""" """
) )