diff options
author | Timm Bäder <mail@baedert.org> | 2016-03-11 19:14:19 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-03-11 19:18:07 +0100 |
commit | 4b0abc13e3bbacb5f8c9c7483f1be412e4bb4ff2 (patch) | |
tree | 82e0d64e0d57bf17dae2d745a403e4b985d4843c /gtk/gtkrange.c | |
parent | 09b837183ea7e46fedee519cbe1868d9ea50198d (diff) | |
download | gtk+-4b0abc13e3bbacb5f8c9c7483f1be412e4bb4ff2.tar.gz |
range: Fix a few typos
Depreacated -> Deprecated
through -> trough
Diffstat (limited to 'gtk/gtkrange.c')
-rw-r--r-- | gtk/gtkrange.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index 9b78108934..137070318e 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -551,7 +551,7 @@ gtk_range_class_init (GtkRangeClass *class) * * Width of scrollbar or scale thumb. * - * Depreacated: 3.20: Use the min-height/min-width CSS properties on the + * Deprecated: 3.20: Use the min-height/min-width CSS properties on the * slider element. The value of this style property is ignored. */ gtk_widget_class_install_style_property (widget_class, @@ -567,7 +567,7 @@ gtk_range_class_init (GtkRangeClass *class) * * Spacing between thumb/steppers and outer trough bevel. * - * Depreacated: 3.20: Use the margin/padding CSS properties on the through and + * Deprecated: 3.20: Use the margin/padding CSS properties on the trough and * stepper elements. The value of this style property is ignored. */ gtk_widget_class_install_style_property (widget_class, @@ -583,7 +583,7 @@ gtk_range_class_init (GtkRangeClass *class) * * Length of step buttons at ends. * - * Depreacated: 3.20: Use the min-height/min-width CSS properties on the + * Deprecated: 3.20: Use the min-height/min-width CSS properties on the * stepper elements. The value of this style property is ignored. */ gtk_widget_class_install_style_property (widget_class, @@ -600,7 +600,7 @@ gtk_range_class_init (GtkRangeClass *class) * The spacing between the stepper buttons and thumb. Note that * stepper-spacing won't have any effect if there are no steppers. * - * Depreacated: 3.20: Use the margin CSS property on the stepper elements. + * Deprecated: 3.20: Use the margin CSS property on the stepper elements. * The value of this style property is ignored. */ gtk_widget_class_install_style_property (widget_class, |