aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_flatten.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_flatten.vim')
-rw-r--r--test/old/testdir/test_flatten.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_flatten.vim b/test/old/testdir/test_flatten.vim
index aa91060313..035ca18f73 100644
--- a/test/old/testdir/test_flatten.vim
+++ b/test/old/testdir/test_flatten.vim
@@ -53,7 +53,7 @@ func Test_flatten()
call test_garbagecollect_now()
call assert_equal([1, 2, 3], l:list)
- " Tests for checking circular reference list can be flatten.
+ " Tests for checking circular reference list can be flattened.
let l:x = [1]
let l:y = [x]
let l:z = flatten(l:y)