mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
spelling: trade-offs
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f41cf1c25f
commit
a3af1ffc32
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class Manifest:
|
|||
class Operation(enum.Enum):
|
||||
# The comments here only roughly describe the scope of each feature. In the end, additions need to be
|
||||
# based on potential problems older clients could produce when accessing newer repositories and the
|
||||
# tradeofs of locking version out or still allowing access. As all older versions and their exact
|
||||
# trade-offs of locking version out or still allowing access. As all older versions and their exact
|
||||
# behaviours are known when introducing new features sometimes this might not match the general descriptions
|
||||
# below.
|
||||
|
||||
|
|
Loading…
Reference in a new issue