diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-07-05 21:43:16 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-07-06 23:11:19 -0400 |
commit | c0c752fab1872b5b91663fff2529bfb8bf384f2a (patch) | |
tree | a49bd1cf463d56a28e3a4245295d7149cdfb5ec3 /gtk/gtkcontainer.c | |
parent | 555c2135a2de1486ac080042f961949102c58359 (diff) | |
download | gtk+-c0c752fab1872b5b91663fff2529bfb8bf384f2a.tar.gz |
Cosmetics
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 636a02e825..2d6d2df9e4 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -1807,7 +1807,7 @@ _gtk_container_queue_restyle (GtkContainer *container) * (typically the toplevel, but other containers can be set as resize * containers with gtk_container_set_resize_mode()), marks the container * and all parents up to and including the resize container as needing - * to have sizes recompted, and if necessary adds the resize container + * to have sizes recomputed, and if necessary adds the resize container * to the queue of containers that will be resized out at idle. */ void |