patch 9.0.1459: typo in name of type
Problem: Typo in name of type.
Solution: Change funccal_T to funccall_T. (closes #12265)
diff --git a/src/list.c b/src/list.c
index 1bb63b0..ca43526 100644
--- a/src/list.c
+++ b/src/list.c
@@ -2401,7 +2401,7 @@
if (l->lv_lock == 0)
l->lv_lock = VAR_LOCKED;
- // Create one funccal_T for all eval_expr_typval() calls.
+ // Create one funccall_T for all eval_expr_typval() calls.
fc = eval_expr_get_funccal(expr, &newtv);
if (l->lv_first == &range_list_item)
@@ -3064,7 +3064,7 @@
if (l == NULL)
return;
- // Create one funccal_T for all eval_expr_typval() calls.
+ // Create one funccall_T for all eval_expr_typval() calls.
fc = eval_expr_get_funccal(expr, rettv);
prev_locked = l->lv_lock;