summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtkhscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/deprecated/gtkhscale.c')
-rw-r--r--gtk/deprecated/gtkhscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/deprecated/gtkhscale.c b/gtk/deprecated/gtkhscale.c
index 57d36ad559..58aa6e8b10 100644
--- a/gtk/deprecated/gtkhscale.c
+++ b/gtk/deprecated/gtkhscale.c
@@ -43,7 +43,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
* a horizontal slider. To create one, use gtk_hscale_new_with_range().
*
* The position to show the current value, and the number of decimal places
- * shown can be set using the parent #GtkScale class's functions.
+ * shown can be set using the parent #GtkScale class’s functions.
*
* GtkHScale has been deprecated, use #GtkScale instead.
*/
@@ -95,7 +95,7 @@ gtk_hscale_new (GtkAdjustment *adjustment)
*
* Creates a new horizontal scale widget that lets the user input a
* number between @min and @max (including @min and @max) with the
- * increment @step. @step must be nonzero; it's the distance the
+ * increment @step. @step must be nonzero; it’s the distance the
* slider moves when using the arrow keys to adjust the scale value.
*
* Note that the way in which the precision is derived works best if @step