]> Pileus Git - ~andy/gtk/commitdiff
Typofix in documentation
authorAndre Klapper <a9016009@gmx.de>
Tue, 24 Jan 2012 12:51:46 +0000 (13:51 +0100)
committerAndre Klapper <a9016009@gmx.de>
Tue, 24 Jan 2012 12:52:53 +0000 (13:52 +0100)
gtk/deprecated/gtkhbox.c
gtk/deprecated/gtkvbox.c

index 503fe2458b929b30ec7bc17615e96f323b1b0c4c..0ebd000ef1a84efe8d61fe3200df93ee6f1e0531 100644 (file)
@@ -84,7 +84,7 @@ gtk_hbox_init (GtkHBox *hbox)
  * Returns: a new #GtkHBox.
  *
  * 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.
  *   See <xref linkend="gtk-migrating-GtkGrid"/>.
  */
index 514dff3eb58f6999443c8a7b3758a5c328509b67..a74b53fceba9e0184bb98ac24ac5a02d24776b48 100644 (file)
@@ -88,7 +88,7 @@ gtk_vbox_init (GtkVBox *vbox)
  * Returns: a new #GtkVBox.
  *
  * 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.
  *   See <xref linkend="gtk-migrating-GtkGrid"/>.
  */