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_wrap_comand.vader | |
parent | e4b20544082ba019d8095cbc24ffab43b15e8fc0 (diff) | |
download | ale-28cff80652f31d72807493487e92f32fe81648bd.zip |
codespell: fix spelling errors picked out by `codespell` (#4343)
Diffstat (limited to 'test/test_wrap_comand.vader')
-rw-r--r-- | test/test_wrap_comand.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_wrap_comand.vader b/test/test_wrap_comand.vader index 7ddb06a1..59c61516 100644 --- a/test/test_wrap_comand.vader +++ b/test/test_wrap_comand.vader @@ -28,7 +28,7 @@ Execute(The command wrapper should work with a nice command with an explicit mar call TestCommand('nice -n 5 foo bar', 'foo bar') -Execute(Wrappers with spread arguments in the middle should be suppported): +Execute(Wrappers with spread arguments in the middle should be supported): let b:ale_command_wrapper = 'wrap %* --' call TestCommand('wrap foo bar --', 'foo bar') |