mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
core: fix typo: childs -> children
This commit is contained in:
@@ -295,7 +295,7 @@ gui_layout_buffer_apply (struct t_gui_layout_buffer *layout_buffers)
|
||||
void
|
||||
gui_layout_window_remove (struct t_gui_layout_window *layout_window)
|
||||
{
|
||||
/* first free childs */
|
||||
/* first free children */
|
||||
if (layout_window->child1)
|
||||
gui_layout_window_remove (layout_window->child1);
|
||||
if (layout_window->child2)
|
||||
|
||||
Reference in New Issue
Block a user