1
0
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:
Sebastien Helleu
2011-10-25 09:13:18 +02:00
parent 328d8e0f95
commit d6f4f6e74c
7 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -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)