summaryrefslogtreecommitdiffstats
path: root/src/vim9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim9.h')
-rw-r--r--src/vim9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim9.h b/src/vim9.h
index a79ffb5af2..d2c23be01b 100644
--- a/src/vim9.h
+++ b/src/vim9.h
@@ -703,7 +703,7 @@ struct cctx_S {
garray_T ctx_locals; // currently visible local variables
- int ctx_has_closure; // set to one if a closures was created in
+ int ctx_has_closure; // set to one if a closure was created in
// the function
garray_T ctx_imports; // imported items