From 8b6ff042d0a5f7da13abc45d632755fd09f50a7e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:56:29 +0100 Subject: fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- makel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makel.c b/makel.c index 4a281ba..90f6f60 100644 --- a/makel.c +++ b/makel.c @@ -74,10 +74,10 @@ check_line_continuations(struct line *lines, size_t nlines) if (lines[cont_from].len && !isspace(lines[cont_from].data[lines[cont_from].len - 1])) { /* test cases: cont_without_ws.mk (TODO with i != cont_from + 1) */ warnf_confusing(WC_SPACELESS_CONTINUATION, - "%s:%zu,%zu: is proceeded by a non-white space " + "%s:%zu,%zu: is preceded by a non-white space " "character at the same time as the next line%s begins with " "a non-white space character, this can cause confusion as " - "the make utility will add a whitespace", + "the make utility will add a white space", lines[cont_from].path, lines[cont_from].lineno, lines[i].lineno, i == cont_from + 1 ? "" : ", that consist of not only a ,"); -- cgit v1.2.3-70-g09d2