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

@ -509,7 +509,7 @@ void x_draw_decoration(Con *con) {
/* These rectangles represent the border around the child window
* (left, bottom and right part). We dont just fill the whole
* rectangle because some childs are not freely resizable and we want
* rectangle because some children are not freely resizable and we want
* their background color to "shine through". */
if (!(borders_to_hide & ADJ_LEFT_SCREEN_EDGE)) {
draw_util_rectangle(&(con->frame_buffer), p->color->child_border, 0, 0, br.x, r->height);