diff options
author | William Jon McCann <jmccann@redhat.com> | 2012-08-26 22:52:08 +0800 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2012-08-26 22:54:55 +0800 |
commit | b3a65248f5747e0d9fbb480d011318d13ddb099b (patch) | |
tree | a84625499654be31bb5d93e33321d447cea91897 /gtk/gtkcellarea.c | |
parent | 45cc254431bd6a448bd8e2d6d7cfe60ba9b71dd3 (diff) | |
download | gtk+-b3a65248f5747e0d9fbb480d011318d13ddb099b.tar.gz |
Fix a typo in the the comments
https://bugzilla.gnome.org/show_bug.cgi?id=682724
Diffstat (limited to 'gtk/gtkcellarea.c')
-rw-r--r-- | gtk/gtkcellarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index eb651b87ab..c9d6a7a333 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -183,7 +183,7 @@ * call to #GtkWidgetClass.get_preferred_height_for_width(). Returning * a perfect height for width that is larger than the screen area is * inconsequential since after the layouting receives an allocation - * from a scrolled window it simply continues to drive the the scrollbar + * from a scrolled window it simply continues to drive the scrollbar * values while more and more height is required for the row heights * that are calculated in the background. * </para> |