From a3af1ffc32109c1ff6f83d36c95be71d8ddc19ca Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 12 Jan 2023 11:24:04 -0500 Subject: [PATCH] spelling: trade-offs Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/borg/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/manifest.py b/src/borg/manifest.py index bd27acb4e..807a550d1 100644 --- a/src/borg/manifest.py +++ b/src/borg/manifest.py @@ -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.