Typofix in documentation

This commit is contained in:
Andre Klapper 2012-01-24 13:51:46 +01:00
parent 4c2e53a468
commit d0393d7376
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ gtk_hbox_init (GtkHBox *hbox)
* Returns: a new #GtkHBox. * Returns: a new #GtkHBox.
* *
* Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_HORIZONTAL instead, * Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_HORIZONTAL instead,
* wich is a very quick and easy change. But the recommendation is to switch to * which is a quick and easy change. But the recommendation is to switch to
* #GtkGrid, since #GtkBox is going to go away eventually. * #GtkGrid, since #GtkBox is going to go away eventually.
* See <xref linkend="gtk-migrating-GtkGrid"/>. * See <xref linkend="gtk-migrating-GtkGrid"/>.
*/ */

View File

@ -88,7 +88,7 @@ gtk_vbox_init (GtkVBox *vbox)
* Returns: a new #GtkVBox. * Returns: a new #GtkVBox.
* *
* Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_VERTICAL instead, * Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_VERTICAL instead,
* wich is a very quick and easy change. But the recommendation is to switch to * which is a quick and easy change. But the recommendation is to switch to
* #GtkGrid, since #GtkBox is going to go away eventually. * #GtkGrid, since #GtkBox is going to go away eventually.
* See <xref linkend="gtk-migrating-GtkGrid"/>. * See <xref linkend="gtk-migrating-GtkGrid"/>.
*/ */