Fix a typo in NEWS.

This commit is contained in:
Lasse Collin 2022-12-13 17:41:20 +02:00
parent 0d2a2e0a54
commit c3e94d37e8
1 changed files with 1 additions and 1 deletions

2
NEWS
View File

@ -220,7 +220,7 @@ XZ Utils Release Notes
from multithreaded mode to single-threaded mode and won't
scale down the LZMA2 dictionary size.
- Added a new option --memlimit-decompress-mt=LIMIT. This is
- Added a new option --memlimit-mt-decompress=LIMIT. This is
used to limit the number of decompressor threads (possibly
falling back to single-threaded mode) but it will never make
xz refuse to decompress a file. This has a system-specific