瀏覽代碼

spelling: trade-offs

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref 2 年之前
父節點
當前提交
a3af1ffc32
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/borg/manifest.py

+ 1 - 1
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.