Fix spelling in doc string
Signed-off-by: Felix Bier <flx.bier@googlemail.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
fa36bd0a59
commit
f571ba4140
|
@ -210,7 +210,7 @@ end
|
||||||
|
|
||||||
--- Get visible and tiled clients
|
--- Get visible and tiled clients
|
||||||
-- @param screen The screen number, or nil for all screens.
|
-- @param screen The screen number, or nil for all screens.
|
||||||
-- @return A tabl with all visible and tiled clients.
|
-- @return A table with all visible and tiled clients.
|
||||||
function client.tiled(screen)
|
function client.tiled(screen)
|
||||||
local clients = client.visible(screen)
|
local clients = client.visible(screen)
|
||||||
local tclients = {}
|
local tclients = {}
|
||||||
|
|
Loading…
Reference in New Issue