diff options
author | Ben Boeckel <mathstuf@users.noreply.github.com> | 2022-10-29 11:56:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 20:56:09 +0900 |
commit | 28cff80652f31d72807493487e92f32fe81648bd (patch) | |
tree | 2714193a64bd5e075c2f2ea0d11c1f655a144bd4 /test/test_other_sources.vader | |
parent | e4b20544082ba019d8095cbc24ffab43b15e8fc0 (diff) | |
download | ale-28cff80652f31d72807493487e92f32fe81648bd.zip |
codespell: fix spelling errors picked out by `codespell` (#4343)
Diffstat (limited to 'test/test_other_sources.vader')
-rw-r--r-- | test/test_other_sources.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_other_sources.vader b/test/test_other_sources.vader index b397788d..45a7d306 100644 --- a/test/test_other_sources.vader +++ b/test/test_other_sources.vader @@ -55,7 +55,7 @@ Execute(StartChecking should mark a buffer as being actively checked): Assert ale#engine#IsCheckingBuffer(bufnr('')) -Execute(ShowResults sould make a buffer inactive): +Execute(ShowResults should make a buffer inactive): call ale#other_source#StartChecking(bufnr(''), 'other-source-linter') call ale#other_source#StartChecking(bufnr(''), 'second-other-source-linter') |