summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-12-11 21:30:22 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-12-11 21:30:40 -0500
commitea479e6bb90a20c88501294ef3ad6e5f7c551840 (patch)
tree9342dfc6f312640c234180553f5a1dd61a6788e8 /gtk/gtktreeselection.c
parent1c05915f51bad80b82d505ec8f18fa97bda4862a (diff)
downloadgtk+-ea479e6bb90a20c88501294ef3ad6e5f7c551840.tar.gz
Trivial whitespace fix
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r--gtk/gtktreeselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index cd00a755a9..ec40a1b27d 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -54,7 +54,7 @@
*
* One of the important things to remember when monitoring the selection of
* a view is that the #GtkTreeSelection::changed signal is mostly a hint.
- * That is,it may only emit one signal when a range of rows is selected.
+ * That is, it may only emit one signal when a range of rows is selected.
* Additionally, it may on occasion emit a #GtkTreeSelection::changed signal
* when nothing has happened (mostly as a result of programmers calling
* select_row on an already selected row).