Fix typo: childs -> children

This commit is contained in:
Orestis Floros
2018-10-10 18:31:03 +03:00
parent 204eefc679
commit 07dfb8450b
5 changed files with 11 additions and 11 deletions

View File

@ -550,7 +550,7 @@ static void output_change_mode(xcb_connection_t *conn, Output *output) {
}
/* If default_orientation is NO_ORIENTATION, we change the orientation of
* the workspaces and their childs depending on output resolution. This is
* the workspaces and their children depending on output resolution. This is
* only done for workspaces with maximum one child. */
if (config.default_orientation == NO_ORIENTATION) {
TAILQ_FOREACH(workspace, &(content->nodes_head), nodes) {