diff options
author | GMT 2000 Tony Gale <gale@gtk.org> | 2000-02-29 13:15:10 +0000 |
---|---|---|
committer | Tony Gale <gale@src.gnome.org> | 2000-02-29 13:15:10 +0000 |
commit | 6ab2659931513e1ba79727cefc613dd3691801d8 (patch) | |
tree | cfecf7113738687ceab805f8ab1125be5ad1450b /gtk/gtkclist.c | |
parent | 160e3574ac503cf7337d1d57a071583587dcbe33 (diff) | |
download | gtk+-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/gtkclist.c')
-rw-r--r-- | gtk/gtkclist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index d3dcb28c02..265bdcd1aa 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -5706,7 +5706,7 @@ draw_row (GtkCList *clist, intersect_rectangle.width, intersect_rectangle.height); - /* 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; @@ -5737,7 +5737,7 @@ draw_row (GtkCList *clist, cell_rectangle.width, cell_rectangle.height); - /* 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; |