From 0d318402f8a022f707622c72f8f1894ea476cf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Wed, 8 May 2019 13:30:57 +0800 Subject: spelling --- src/xz/args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xz/args.c') 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]; -- cgit v1.2.3