spelling: zstandard

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-12 09:35:51 -05:00
parent 0958d94791
commit a205c4273b
1 changed files with 1 additions and 1 deletions

View File

@ -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'
)