summaryrefslogtreecommitdiff
path: root/test/test_format_command.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_format_command.vader')
-rw-r--r--test/test_format_command.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_format_command.vader b/test/test_format_command.vader
index b0440dcd..3b7ee98b 100644
--- a/test/test_format_command.vader
+++ b/test/test_format_command.vader
@@ -178,7 +178,7 @@ Execute(FormatCommand should apply regular cwd paths):
\ 'cd ' . (has('unix') ? '' : '/d ') . ale#Escape('/foo /bar') . ' && abc',
\ ale#command#FormatCommand(bufnr('%'), '', 'abc', 0, v:null, '/foo /bar', [])[1]
\
-Execute(FormatCommand should apply cwd subsitution and formatting):
+Execute(FormatCommand should apply cwd substitution and formatting):
call ale#test#SetFilename('foo.txt')
AssertEqual