]> Pileus Git - ~andy/gtk/commitdiff
Fix typo in doc comment
authorKristian Rietveld <kris@gtk.org>
Mon, 22 Aug 2011 19:26:44 +0000 (21:26 +0200)
committerKristian Rietveld <kris@gtk.org>
Mon, 22 Aug 2011 19:30:35 +0000 (21:30 +0200)
gtk/gtktreemodel.c

index 02ea9c9a4f402ab88ebc0970c162b2da2b550310..3ea382efc51c70576880d3503f8644430505a9ad 100644 (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
  */