diff options
author | Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-07-31 14:02:21 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-08-01 18:44:02 +0300 |
commit | 0db6fbe0be1545a4f25fcd6993371155b37bbb26 (patch) | |
tree | cea60902967897163026cbc7a37055114e431e1a /NEWS | |
parent | Update .gitignore. (diff) | |
download | xz-0db6fbe0be1545a4f25fcd6993371155b37bbb26.tar.xz |
Docs: Fix typos found by codespell
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -958,7 +958,7 @@ XZ Utils Release Notes of the deprecated egrep and fgrep commands. - Fixed parsing of the options -E, -F, -G, -P, and -X. The - problem occurred when multiple options were specied in + problem occurred when multiple options were specified in a single argument, for example, echo foo | xzgrep -Fe foo |