Skip to content

Commit 6b4910e

Browse files
lynixMcSinyx
authored andcommitted
helpers: Fix typo in widget-not-found error message
1 parent d11703d commit 6b4910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function helpers.wrequire(table, key)
8686
end
8787
end
8888

89-
assert(ret, "Vicious: widget " .. table._NAME .. "." .. key .. " not available for current platform or does not exits")
89+
assert(ret, "Vicious: widget " .. table._NAME .. "." .. key .. " not available for current platform or does not exist")
9090

9191
return ret
9292
end

0 commit comments

Comments
 (0)