From af4a61a85d6e8cacc35324f266934bc463a21673 Mon Sep 17 00:00:00 2001 From: Dominique Pelle Date: Mon, 27 Dec 2021 17:21:41 +0000 Subject: patch 8.2.3914: various spelling mistakes in comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pellé, closes #9416) --- src/fold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fold.c') diff --git a/src/fold.c b/src/fold.c index d4a6267539..7d993f70fd 100644 --- a/src/fold.c +++ b/src/fold.c @@ -2513,7 +2513,7 @@ foldUpdateIEMSRecurse( */ while (!got_int) { - // set concat to 1 if it's allowed to concatenated this fold + // set concat to 1 if it's allowed to concatenate this fold // with a previous one that touches it. if (flp->start != 0 || flp->had_end <= MAX_LEVEL) concat = 0; -- cgit v1.2.3