summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollbar.c
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-03-21 00:06:50 +0000
committerDaniel Boles <dboles@src.gnome.org>2017-03-21 00:06:50 +0000
commitbb4aaa8bbfc78373fb5c341d0e4731585296630f (patch)
tree124718a3b8b29ad1c00acff0b5da8df10651dbef /gtk/gtkscrollbar.c
parent874b03e4fe62c711385255c147778a8db036fc48 (diff)
downloadgtk+-bb4aaa8bbfc78373fb5c341d0e4731585296630f.tar.gz
Scrollbar: grammar fix for previous commit
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r--gtk/gtkscrollbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index b09bf1337f..d999673bc2 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -49,8 +49,8 @@
* #GtkAdjustment:lower and #GtkAdjustment:upper - #GtkAdjustment:page-size. The
* #GtkAdjustment:page-size represents the size of the visible scrollable area.
* The fields #GtkAdjustment:step-increment and #GtkAdjustment:page-increment
- * fields are added or subtracted to the #GtkAdjustment:value when the user asks
- * to move by a step (using e.g. the cursor arrow keys or, if present, the
+ * fields are added to or subtracted from the #GtkAdjustment:value when the user
+ * asks to move by a step (using e.g. the cursor arrow keys or, if present, the
* stepper buttons) or by a page (using e.g. the Page Down/Up keys).
*
* # CSS nodes