diff --git a/helpers.lua b/helpers.lua index d3ed859..dc7c323 100644 --- a/helpers.lua +++ b/helpers.lua @@ -86,7 +86,7 @@ function helpers.wrequire(table, key) end end - assert(ret, "Vicious: widget " .. table._NAME .. "." .. key .. " not available for current platform or does not exits") + assert(ret, "Vicious: widget " .. table._NAME .. "." .. key .. " not available for current platform or does not exist") return ret end