[gtk/wip/otte/listview] typo fix



commit 964e5a9fe22c274c3fb6302aef791b3f62f92caf
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 6 20:29:37 2019 -0500

    typo fix

 gtk/gtkmultiselection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkmultiselection.c b/gtk/gtkmultiselection.c
index e9c963f0b4..3ccd96e964 100644
--- a/gtk/gtkmultiselection.c
+++ b/gtk/gtkmultiselection.c
@@ -48,7 +48,7 @@ struct _GtkMultiSelection
 
 /*
  * We store a set of positions for selected items. This can be maintained
- * efficiently as long as it consists of a small number of ranges. I
+ * efficiently as long as it consists of a small number of ranges. In
  * degenerate cases such as 'every second item in the list', it will
  * be O(|model|).
  *


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