]> Pileus Git - ~andy/gtk/commitdiff
Fix comment
authorKristian Rietveld <kris@gtk.org>
Sat, 14 May 2011 12:10:27 +0000 (14:10 +0200)
committerKristian Rietveld <kris@gtk.org>
Mon, 22 Aug 2011 19:30:30 +0000 (21:30 +0200)
gtk/gtktreemodelfilter.c

index b97156d300d0cca9d32dbdbc41a939edd03bafcb..eefc5cfe8ffabafffb2714ebd6164ed7809b2a73 100644 (file)
@@ -1457,7 +1457,7 @@ gtk_tree_model_filter_row_changed (GtkTreeModel *c_model,
 
   gtk_tree_model_filter_increment_stamp (filter);
 
-  /* We need to allow to build new levels, because we are then pulling
+  /* We need to disallow to build new levels, because we are then pulling
    * in a child in an invisible level.  We only want to find path if it
    * is in a visible level (and thus has a parent that is visible).
    */