From 555ccc15a8fb19836b5412dea940f401d33b7e91 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 29 Jul 2015 04:14:39 +0200 Subject: [PATCH] doc: typos/grammar --- lib/awful/tag.lua | 4 ++-- objects/client.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/awful/tag.lua b/lib/awful/tag.lua index 470447e5..70c36f97 100644 --- a/lib/awful/tag.lua +++ b/lib/awful/tag.lua @@ -706,8 +706,8 @@ local function attached_connect_signal_screen(screen, sig, func) end) end ---- Add a signal to all attached tag and all tag that will be attached in the --- future. When a tag is detach from the screen, its signal is removed. +--- Add a signal to all attached tags and all tags that will be attached in the +-- future. When a tag is detached from the screen, its signal is removed. -- @param screen The screen concerned, or all if nil. function tag.attached_connect_signal(screen, ...) if screen then diff --git a/objects/client.c b/objects/client.c index ea834b97..eb50c08c 100644 --- a/objects/client.c +++ b/objects/client.c @@ -458,7 +458,7 @@ client_focus_refresh(void) xwindow_takefocus(c->window); } - /* If nothing has the focused or the currently focused client doesn't want + /* If nothing has the focus or the currently focused client does not want * us to focus it, this sets the focus to the root window. This makes sure * the previously focused client actually gets unfocused. Alternatively, the * new client gets the input focus.