diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:01:26 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:06:10 -0500 |
commit | 7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (patch) | |
tree | 7b75aa3eebb772a7cf28f4b639f84b273fbbca62 /gtk/gtkspinbutton.c | |
parent | f116f0071e3a0f03c973532bceee30b3221e5b3f (diff) | |
download | gtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz |
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r-- | gtk/gtkspinbutton.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 0a2c2b1c68..999ce595d1 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -2155,7 +2155,7 @@ gtk_spin_button_new_with_range (gdouble min, } /* Callback used when the spin button's adjustment changes. - * We need to redraw the arrows when the adjustment's range + * We need to redraw the arrows when the adjustment’s range * changes, and reevaluate our size request. */ static void @@ -2235,7 +2235,7 @@ gtk_spin_button_get_adjustment (GtkSpinButton *spin_button) /** * gtk_spin_button_set_digits: * @spin_button: a #GtkSpinButton - * @digits: the number of digits after the decimal point to be displayed for the spin button's value + * @digits: the number of digits after the decimal point to be displayed for the spin button’s value * * Set the precision to be displayed by @spin_button. Up to 20 digit precision * is allowed. @@ -2284,7 +2284,7 @@ gtk_spin_button_get_digits (GtkSpinButton *spin_button) * @page: increment applied for a button 2 press. * * Sets the step and page increments for spin_button. This affects how - * quickly the value changes when the spin button's arrows are activated. + * quickly the value changes when the spin button’s arrows are activated. **/ void gtk_spin_button_set_increments (GtkSpinButton *spin_button, @@ -2578,7 +2578,7 @@ gtk_spin_button_set_wrap (GtkSpinButton *spin_button, * gtk_spin_button_get_wrap: * @spin_button: a #GtkSpinButton * - * Returns whether the spin button's value wraps around to the + * Returns whether the spin button’s value wraps around to the * opposite limit when the upper or lower limit of the range is * exceeded. See gtk_spin_button_set_wrap(). * @@ -2647,7 +2647,7 @@ gtk_spin_button_get_snap_to_ticks (GtkSpinButton *spin_button) * @direction: a #GtkSpinType indicating the direction to spin * @increment: step increment to apply in the specified direction * - * Increment or decrement a spin button's value in a specified + * Increment or decrement a spin button’s value in a specified * direction by a specified amount. */ void |