diff options
author | rhysd <lin90162@yahoo.co.jp> | 2017-10-03 01:11:54 +0900 |
---|---|---|
committer | rhysd <lin90162@yahoo.co.jp> | 2017-10-03 01:11:54 +0900 |
commit | 753592ca6605c8b8f45c5cd08604b514ec644cc3 (patch) | |
tree | b715680462f76b48802749511958f8c04443b993 /test | |
parent | e0bd490ed9150c8a229f127dcacbcbf97c9f9861 (diff) | |
download | ale-753592ca6605c8b8f45c5cd08604b514ec644cc3.zip |
Fix typos
Diffstat (limited to 'test')
-rw-r--r-- | test/test_linter_retrieval.vader | 2 | ||||
-rw-r--r-- | test/test_statusline.vader | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test_linter_retrieval.vader b/test/test_linter_retrieval.vader index afb540d6..1a1e2580 100644 --- a/test/test_linter_retrieval.vader +++ b/test/test_linter_retrieval.vader @@ -97,7 +97,7 @@ Execute (The local alias option shouldn't completely replace the global one): call ale#linter#Define('testft1', g:testlinter1) call ale#linter#Define('testft2', g:testlinter2) let g:ale_linter_aliases = {'testft1': ['testft1', 'testft2']} - " This is a key set for a differnt filetype. + " This is a key set for a different filetype. " We should look for a key in this Dictionary first, and then check the " global Dictionary. let b:ale_linter_aliases = {'testft3': ['testft1']} diff --git a/test/test_statusline.vader b/test/test_statusline.vader index 7978a509..0ce1d36f 100644 --- a/test/test_statusline.vader +++ b/test/test_statusline.vader @@ -88,7 +88,7 @@ Execute (Count should be match the loclist): \ 'total': 15, \}, ale#statusline#Count(bufnr('')) -Execute (Output should be empty for non-existant buffer): +Execute (Output should be empty for non-existent buffer): AssertEqual Counts({}), ale#statusline#Count(9001) Execute (Status() should return just errors for the old format): |