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/vim9execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vim9execute.c') diff --git a/src/vim9execute.c b/src/vim9execute.c index 9814f2514..fd5363080 100644 --- a/src/vim9execute.c +++ b/src/vim9execute.c @@ -544,7 +544,7 @@ handle_closure_in_use(ectx_T *ectx, int free_arguments) int refcount = pt->pt_refcount; int i; - // A Reference in a local variables doesn't count, it gets + // A Reference in a local variable doesn't count, it gets // unreferenced on return. for (i = 0; i < dfunc->df_varcount; ++i) { -- cgit v1.2.1