diff options
author | Antoine Cœur <antoine.coeur@ef.com> | 2019-05-08 13:30:57 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2019-05-11 20:52:37 +0300 |
commit | 2fb0ddaa557ce86e38fe06439930fa8665f092fd (patch) | |
tree | c868caf1d3886ebdbd7ce730a1217364daf6eb84 /src/scripts | |
parent | xz: In xz -lvv look at the widths of the check names too. (diff) | |
download | xz-2fb0ddaa557ce86e38fe06439930fa8665f092fd.tar.xz |
spelling
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/xzgrep.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/xzgrep.in b/src/scripts/xzgrep.in index a1fd19cf..a570a905 100644 --- a/src/scripts/xzgrep.in +++ b/src/scripts/xzgrep.in @@ -200,7 +200,7 @@ for i; do ) r=$? - # fail occured previously, nothing worse can happen + # fail occurred previously, nothing worse can happen test $res -gt 1 && continue test "$xz_status" -eq 0 || test "$xz_status" -eq 2 \ |