docs: fix typos in functions' descriptions

gtk_tree_view_set_hover_expand()
gtk_tree_view_column_set_clickable()

Signed-off-by: Jiří Klimeš <jklimes@redhat.com>
This commit is contained in:
Jiří Klimeš
2012-02-10 14:58:59 +01:00
committed by David King
parent 6697d5c6de
commit 0a9901b1d2
2 changed files with 3 additions and 3 deletions

View File

@ -15760,7 +15760,7 @@ gtk_tree_view_get_hover_selection (GtkTreeView *tree_view)
* @tree_view: a #GtkTreeView
* @expand: %TRUE to enable hover selection mode
*
* 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 over them.
*