From c029c131ea7822514d67edb9be2de76d076aa267 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 28 Mar 2024 11:37:26 +0100 Subject: patch 9.1.0220: Few typos in source and test files Problem: Typos in code and tests. Solution: Fix typos (zeertzjq). closes: #14321 Signed-off-by: zeertzjq Signed-off-by: Christian Brabandt --- src/testdir/test_vim9_script.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/test_vim9_script.vim') diff --git a/src/testdir/test_vim9_script.vim b/src/testdir/test_vim9_script.vim index 77b8831d45..0e21334927 100644 --- a/src/testdir/test_vim9_script.vim +++ b/src/testdir/test_vim9_script.vim @@ -4906,7 +4906,7 @@ def Test_for_stmt_space_before_type() v9.CheckSourceFailure(lines, 'E1059: No white space allowed before colon: :number in range(10)', 2) enddef -" This test used to cause an use-after-free memory access +" This test used to cause a use-after-free memory access def Test_for_empty_line_after_lambda() var lines =<< trim END vim9script -- cgit v1.2.3