]> git.sur5r.net Git - i3/i3/blobdiff - src/x.c
Fix typo: childs -> children
[i3/i3] / src / x.c
diff --git a/src/x.c b/src/x.c
index c68b9ccd5f1541d511101e58fd4dab20ecd1690f..6a0170a5699be528dd17b67b05cf13396400edc5 100644 (file)
--- a/src/x.c
+++ b/src/x.c
@@ -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 don’t 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);