fix: Typos
This commit is contained in:
parent
ea2432cc1e
commit
7b98680316
|
@ -149,9 +149,9 @@ local Component = {
|
||||||
return self.status
|
return self.status
|
||||||
end,
|
end,
|
||||||
|
|
||||||
-- variable to store component output for manupulation
|
-- variable to store component output for manipulation
|
||||||
status = '',
|
status = '',
|
||||||
-- Actual function the updates a component . Must be overwritten with component functionality
|
-- Actual function that updates a component. Must be overwritten with component functionality
|
||||||
-- luacheck: push no unused args
|
-- luacheck: push no unused args
|
||||||
update_status = function(self) end,
|
update_status = function(self) end,
|
||||||
-- luacheck: pop
|
-- luacheck: pop
|
||||||
|
|
Loading…
Reference in New Issue