summaryrefslogtreecommitdiff
path: root/tests/specs/plugins_load_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/plugins_load_spec.lua')
-rw-r--r--tests/specs/plugins_load_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/plugins_load_spec.lua b/tests/specs/plugins_load_spec.lua
index 283d5547..5cf1c2f5 100644
--- a/tests/specs/plugins_load_spec.lua
+++ b/tests/specs/plugins_load_spec.lua
@@ -59,7 +59,7 @@ a.describe("plugin-loader", function()
_G.completed = false
_G.verify_sha = function()
if _G.locked_sha ~= get_current_sha(plugin.path) then
- error "unmached results!"
+ error "unmatched results!"
else
_G.completed = true
end