helpers: Fix typo in widget-not-found error message

This commit is contained in:
Alexander Koch 2019-01-15 11:16:42 +01:00 committed by Nguyễn Gia Phong
parent d11703d589
commit 6b4910e0d1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function helpers.wrequire(table, key)
end end
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 return ret
end end