summaryrefslogtreecommitdiff
path: root/gtk/gtkctree.c
diff options
context:
space:
mode:
authorGMT 2000 Tony Gale <gale@gtk.org>2000-02-29 13:15:10 +0000
committerTony Gale <gale@src.gnome.org>2000-02-29 13:15:10 +0000
commit6ab2659931513e1ba79727cefc613dd3691801d8 (patch)
treecfecf7113738687ceab805f8ab1125be5ad1450b /gtk/gtkctree.c
parent160e3574ac503cf7337d1d57a071583587dcbe33 (diff)
downloadgdk-pixbuf-6ab2659931513e1ba79727cefc613dd3691801d8.tar.gz
Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
Tue Feb 29 13:10:00 GMT 2000 Tony Gale <gale@gtk.org> * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml docs/gtk_tut.sgml docs/gtk.texi TODO: Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
Diffstat (limited to 'gtk/gtkctree.c')
-rw-r--r--gtk/gtkctree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkctree.c b/gtk/gtkctree.c
index a5669653b..01649495c 100644
--- a/gtk/gtkctree.c
+++ b/gtk/gtkctree.c
@@ -1623,7 +1623,7 @@ draw_row (GtkCList *clist,
cell_rectangle.width = row_rectangle.width;
cell_rectangle.height = CELL_SPACING;
- /* rectangle used to clip drawing operations, it's y and height
+ /* rectangle used to clip drawing operations, its y and height
* positions only need to be set once, so we set them once here.
* the x and width are set withing the drawing loop below once per
* column */
@@ -1699,7 +1699,7 @@ draw_row (GtkCList *clist,
}
}
- /* the last row has to clear it's bottom cell spacing too */
+ /* the last row has to clear its bottom cell spacing too */
if (clist_row == clist->row_list_end->data)
{
cell_rectangle.y += clist->row_height + CELL_SPACING;