fix some typos

This commit is contained in:
Matthias Clasen 2006-09-01 03:22:13 +00:00
parent 5b0de8d597
commit c48dffdc98
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2006-08-31 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkwidget.sgml: Fix some typos (Mariano Suarez-Alvarez)
2006-08-29 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk-sections.txt: Add gdk_window_beep

View File

@ -313,15 +313,15 @@ gtk_widget_style_get_valist() to obtain the value of a style property.
<!-- ##### SIGNAL GtkWidget::hierarchy-changed ##### -->
<para>
Emitted when there is a chance in the hierarchy to
which a widget belong. More precisely, a widget is
Emitted when there is a change in the hierarchy to
which a widget belongs. More precisely, a widget is
<firstterm>anchored</firstterm> when its toplevel
ancestor is a #GtkWindow. This signal is emitted when
a widget changes from un-anchored to anchored or vice-versa.
</para>
@widget: the object which received the signal.
@widget2:
@widget2: the toplevel ancestor, or %NULL
<!-- ##### SIGNAL GtkWidget::key-press-event ##### -->
<para>