[gtk+] Fix typo in doc comment



commit a91868496a5b9a4aeeddf8f4511a2ff86b4d7f98
Author: Kristian Rietveld <kris gtk org>
Date:   Mon Aug 22 21:26:44 2011 +0200

    Fix typo in doc comment

 gtk/gtktreemodel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index 02ea9c9..3ea382e 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -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
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]