diff src/blob.c @ 32256:252b06c87796 v9.0.1459

patch 9.0.1459: typo in name of type Commit: https://github.com/vim/vim/commit/e7d49465a4ad390c1b0fb6d6b97bc30241fe5db9 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Apr 16 20:53:55 2023 +0100 patch 9.0.1459: typo in name of type Problem: Typo in name of type. Solution: Change funccal_T to funccall_T. (closes https://github.com/vim/vim/issues/12265)
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Apr 2023 22:00:02 +0200
parents 5848a0867b26
children 705d0e1329a5
line wrap: on
line diff
--- a/src/blob.c
+++ b/src/blob.c
@@ -629,7 +629,7 @@ blob_filter_map(
     if (b->bv_lock == 0)
 	b->bv_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);
 
     for (i = 0; i < b->bv_ga.ga_len; i++)