Browse Source

spelling: zstandard

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref 2 years ago
parent
commit
a205c4273b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/shell_completions/zsh/_borg

+ 1 - 1
scripts/shell_completions/zsh/_borg

@@ -1504,7 +1504,7 @@ _borg_compression() {
     'lz4:very high speed, very low compression'
   )
   local -a havelvl=(
-    'zstd:("zstandart")'
+    'zstd:("zstandard")'
     'zlib:("gz") medium speed, medium compression'
     'lzma:("xz") low speed, high compression'
   )