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/xz/args.c | |
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/xz/args.c')
-rw-r--r-- | src/xz/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/args.c b/src/xz/args.c index 341f29e1..688d7c3a 100644 --- a/src/xz/args.c +++ b/src/xz/args.c @@ -88,7 +88,7 @@ parse_block_list(char *str) // There is no string, that is, a comma follows // another comma. Use the previous value. // - // NOTE: We checked earler that the first char + // NOTE: We checked earlier that the first char // of the whole list cannot be a comma. assert(i > 0); opt_block_list[i] = opt_block_list[i - 1]; |