]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 27 Oct 2010 11:57:03 +0000 (07:57 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 30 Oct 2010 08:35:19 +0000 (17:35 +0900)
gtk/gtkwidget.c

index 97e89f2c51566540f664f1fb300739832a6ab748..b37452f7ad10d889af054f6462315de10be9de86 100644 (file)
@@ -88,7 +88,7 @@
  *          This allows a widget to tell it's parent container whether
  *          it preferrs to be allocated in %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH
  *          or %GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT mode.
- *          %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH means the widget preferrs to
+ *          %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH means the widget prefers to
  *          have #GtkWidgetClass.get_preferred_width() called and then
  *          #GtkWidgetClass.get_preferred_height_for_width() and is the 
  *          default return for unimplemented cases.