helpers: Fix typo in widget-not-found error message
This commit is contained in:
parent
d11703d589
commit
6b4910e0d1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue