This fixes a minor spelling mistake.
From 271aef23014c627a7db484fbb40ba4d9661e15e6 Mon Sep 17 00:00:00 2001 From: Felix Bier <[email protected]> Date: Sun, 1 Jul 2012 15:07:12 +0200 Subject: [PATCH 2/2] Fix spelling in doc string
Signed-off-by: Felix Bier <[email protected]> --- lib/awful/client.lua.in | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in index 9c7402b..6d49332 100644 --- a/lib/awful/client.lua.in +++ b/lib/awful/client.lua.in @@ -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 = {} -- 1.7.11.1
signature.asc
Description: This is a digitally signed message part
