doc: typos/grammar

This commit is contained in:
Daniel Hahler 2015-07-29 04:14:39 +02:00
parent 2932322775
commit 555ccc15a8
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.