summaryrefslogtreecommitdiff
path: root/tests/end2end/features/spawn.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/spawn.feature')
-rw-r--r--tests/end2end/features/spawn.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/spawn.feature b/tests/end2end/features/spawn.feature
index e0972da20..11b344439 100644
--- a/tests/end2end/features/spawn.feature
+++ b/tests/end2end/features/spawn.feature
@@ -14,7 +14,7 @@ Feature: :spawn
When I run :spawn -u this_does_not_exist
Then the error "Userscript 'this_does_not_exist' not found in userscript directories *" should be shown
- Scenario: Starting a userscript with absoloute path which doesn't exist
+ Scenario: Starting a userscript with absolute path which doesn't exist
When I run :spawn -u /this_does_not_exist
Then the error "Userscript '/this_does_not_exist' not found" should be shown