diff options
Diffstat (limited to 'test/fix')
-rw-r--r-- | test/fix/test_ale_fix.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fix/test_ale_fix.vader b/test/fix/test_ale_fix.vader index 62643da2..a51a5a53 100644 --- a/test/fix/test_ale_fix.vader +++ b/test/fix/test_ale_fix.vader @@ -727,7 +727,7 @@ Expect(There should be only two lines): a b -Execute(ALEFix should modify a buffer that is not modifiable, if it becomes modifable later): +Execute(ALEFix should modify a buffer that is not modifiable, if it becomes modifiable later): let g:ale_fixers.testft = ['RemoveLastLineOneArg'] set nomodifiable |