Fix trivial doc typo

Pointed out in bug 627912.
This commit is contained in:
Matthias Clasen 2010-08-25 18:17:43 -04:00
parent 45e2176683
commit 3e4e2b233b

View File

@ -666,7 +666,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
/** /**
* GtkTreeView:hover-selection: * GtkTreeView:hover-selection:
* *
* Enables of disables the hover selection mode of @tree_view. * Enables or disables the hover selection mode of @tree_view.
* Hover selection makes the selected row follow the pointer. * Hover selection makes the selected row follow the pointer.
* Currently, this works only for the selection modes * Currently, this works only for the selection modes
* %GTK_SELECTION_SINGLE and %GTK_SELECTION_BROWSE. * %GTK_SELECTION_SINGLE and %GTK_SELECTION_BROWSE.
@ -687,7 +687,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
/** /**
* GtkTreeView:hover-expand: * GtkTreeView:hover-expand:
* *
* Enables of disables the hover expansion mode of @tree_view. * Enables or disables the hover expansion mode of @tree_view.
* Hover expansion makes rows expand or collapse if the pointer moves * Hover expansion makes rows expand or collapse if the pointer moves
* over them. * over them.
* *