summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-11-20 22:40:41 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-11-20 22:40:41 +0000
commit9ea603f15dccb57a8b763fda35b929dbb70914d6 (patch)
treedd54d7f0cbe2e44d4bdb1859d655674e164d25cc /gtk
parente1634f474b67dbd4eb14ac18be53e2adf976e1d1 (diff)
downloadgtk+-9ea603f15dccb57a8b763fda35b929dbb70914d6.tar.gz
Typo fix.
* gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix. * gdk/tmpl/event_structs.sgml: Small fixes.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkcontainer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index efab0a7023..07b1c1201a 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -2216,7 +2216,7 @@ gtk_container_unmap (GtkWidget *widget)
* when it receives an expose event, gtk_container_propagate_expose()
* once for each child, passing in the event the container received.
*
- * gtk_container_propagate expose() takes care of deciding whether
+ * gtk_container_propagate_expose() takes care of deciding whether
* an expose event needs to be sent to the child, intersecting
* the event's area with the child area, and sending the event.
*