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:
Felix Bier 2012-07-01 15:07:12 +02:00 committed by Uli Schlachter
parent fa36bd0a59
commit f571ba4140
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ end
--- Get visible and tiled clients
-- @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)
local clients = client.visible(screen)
local tclients = {}