Fix typo in doc comment

This commit is contained in:
Kristian Rietveld 2011-08-22 21:26:44 +02:00
parent b50375abf4
commit a91868496a

View File

@ -1217,7 +1217,7 @@ gtk_tree_model_get_column_type (GtkTreeModel *tree_model,
* @path: the #GtkTreePath
*
* Sets @iter to a valid iterator pointing to @path. If @path does
* not exist, * @iter is set to an invalid iterator and %FALSE is returned.
* not exist, @iter is set to an invalid iterator and %FALSE is returned.
*
* Return value: %TRUE, if @iter was set
*/