summaryrefslogtreecommitdiff
path: root/test/handler/test_tslint_handler.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler/test_tslint_handler.vader')
-rw-r--r--test/handler/test_tslint_handler.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handler/test_tslint_handler.vader b/test/handler/test_tslint_handler.vader
index 32036edf..3653e776 100644
--- a/test/handler/test_tslint_handler.vader
+++ b/test/handler/test_tslint_handler.vader
@@ -285,7 +285,7 @@ Execute(The tslint handler should not report no-implicit-dependencies errors):
\ }])])
Execute(The tslint handler should set filename keys for temporary files):
- " The temporay filename below is hacked into being a relative path so we can
+ " The temporary filename below is hacked into being a relative path so we can
" test that we resolve the temporary filename first.
let b:relative_to_root = substitute(expand('%:p'), '\v[^/\\]*([/\\])[^/\\]*', '../', 'g')
let b:tempname_suffix = substitute(tempname(), '^\v([A-Z]:)?[/\\]', '', '')