]> git.sur5r.net Git - i3/i3/blobdiff - src/randr.c
Fix typo: childs -> children
[i3/i3] / src / randr.c
index 54d61dddbeaa28bd496b65ec907616ebeb52605d..6bb8d9e649e5137f08da46c1db9e2c35747e4184 100644 (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) {