summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollable.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:26:12 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:26:12 -0500
commitf0000b2f3d3de91a1814d3e243a0e0a301c9f255 (patch)
tree1952ce8e315a8a8065bdc57e2bf462b57c5edf99 /gtk/gtkscrollable.c
parent7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (diff)
downloadgtk+-f0000b2f3d3de91a1814d3e243a0e0a301c9f255.tar.gz
docs: use more apostrophes
Diffstat (limited to 'gtk/gtkscrollable.c')
-rw-r--r--gtk/gtkscrollable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscrollable.c b/gtk/gtkscrollable.c
index 0c4f67abb2..68acbedea7 100644
--- a/gtk/gtkscrollable.c
+++ b/gtk/gtkscrollable.c
@@ -31,7 +31,7 @@
* All scrollable widgets should do the following.
*
* - When a parent widget sets the scrollable child widget’s adjustments,
- * the widget should populate the adjustments'
+ * the widget should populate the adjustments’
* #GtkAdjustment:lower, #GtkAdjustment:upper,
* #GtkAdjustment:step-increment, #GtkAdjustment:page-increment and
* #GtkAdjustment:page-size properties and connect to the
@@ -43,7 +43,7 @@
* #GtkWidgetClass.size_allocate() function.
*
* - When the parent allocates space to the scrollable child widget,
- * the widget should update the adjustments' properties with new values.
+ * the widget should update the adjustments’ properties with new values.
*
* - When any of the adjustments emits the #GtkAdjustment::value-changed signal,
* the scrollable widget should scroll its contents.