diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-08-04 05:38:58 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-04 05:38:58 +0000 |
commit | c9cf312cdd50bfe8c91a538111de0b3e8508d800 (patch) | |
tree | 69b045dd105aa1d16ae88316b367e8f3b7e4b3a1 /gtk/gtktreestore.c | |
parent | c60a6821d3a809cb46825d19e38b3dbbf63d3f4d (diff) | |
download | gdk-pixbuf-c9cf312cdd50bfe8c91a538111de0b3e8508d800.tar.gz |
s/childs/children/g.
Wed Aug 4 01:37:57 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c:
* gtk/gtktreestore.c:
* gtk/gtktreemodelfilter.c:
* gtk/gtknotebook.c: s/childs/children/g.
Diffstat (limited to 'gtk/gtktreestore.c')
-rw-r--r-- | gtk/gtktreestore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c index d59c97b58..b8ed4fcca 100644 --- a/gtk/gtktreestore.c +++ b/gtk/gtktreestore.c @@ -2170,7 +2170,7 @@ gtk_tree_store_move (GtkTreeStore *tree_store, if (gtk_tree_path_get_depth (path) != gtk_tree_path_get_depth (pos_path)) { - g_warning ("Given childs are not in the same level\n"); + g_warning ("Given children are not in the same level\n"); goto free_paths_and_out; } @@ -2182,7 +2182,7 @@ gtk_tree_store_move (GtkTreeStore *tree_store, if (gtk_tree_path_get_depth (path) > 0 && gtk_tree_path_compare (path, tmppath)) { - g_warning ("Given childs are not in the same level\n"); + g_warning ("Given children are not in the same level\n"); gtk_tree_path_free (tmppath); goto free_paths_and_out; |