]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreeview.c
s/childs/children/g.
[~andy/gtk] / gtk / gtktreeview.c
index 57ec3da45bdd2a656cd51c44a886f113fa80bca6..5b068571d056a26c094bd67254a9a74953cd24f8 100644 (file)
@@ -2026,7 +2026,7 @@ gtk_tree_view_size_allocate (GtkWidget     *widget,
       GtkTreeViewChild *child = tmp_list->data;
       tmp_list = tmp_list->next;
 
-      /* totally ignore our childs requisition */
+      /* totally ignore our child's requisition */
       allocation.x = child->x;
       allocation.y = child->y;
       allocation.width = child->width;