GtkTreeViewColumn: Fix a documentation typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Jul 2015 16:24:23 +0000 (09:24 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jul 2015 04:29:26 +0000 (00:29 -0400)
gtk/gtktreeviewcolumn.c

index 9e1cba8f8982aa32e6faa5ea03b3a74a4e61b5d9..d3fb33dce917b3db0c2133d9e4194fbf3505a7c1 100644 (file)
@@ -2162,10 +2162,10 @@ _gtk_tree_view_column_allocate (GtkTreeViewColumn *tree_column,
  *
  * If @fixed_width is not -1, sets the fixed width of @tree_column; otherwise
  * unsets it.  The effective value of @fixed_width is clamped between the
- * minumum and maximum width of the column; however, the value stored in the
- * “fixed-width” property is not clamped.  If the column sizing is 
- * #GTK_TREE_VIEW_COLUMN_GROW_ONLY or #GTK_TREE_VIEW_COLUMN_AUTOSIZE, setting a
- * fixed width overrides the automatically calculated width.  Note that
+ * minimum and maximum width of the column; however, the value stored in the
+ * “fixed-width” property is not clamped.  If the column sizing is
+ * #GTK_TREE_VIEW_COLUMN_GROW_ONLY or #GTK_TREE_VIEW_COLUMN_AUTOSIZE, setting
+ * fixed width overrides the automatically calculated width.  Note that
  * @fixed_width is only a hint to GTK+; the width actually allocated to the
  * column may be greater or less than requested.
  *