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/memline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/memline.c') diff --git a/src/memline.c b/src/memline.c index 119861e5d7..a072746463 100644 --- a/src/memline.c +++ b/src/memline.c @@ -4718,7 +4718,7 @@ findswapname( * MSDOS compatible filesystem, it is possible that the file * "test.doc.swp" which we create will be exactly the same file. To avoid * this problem we temporarily create "test.doc". Don't do this when the - * check below for a 8.3 file name is used. + * check below for an 8.3 file name is used. */ if (!(buf->b_p_sn || buf->b_shortname) && buf_fname != NULL && mch_getperm(buf_fname) < 0) -- cgit v1.2.3