From 2b509a34d476767710bd3b133e1310340b8db733 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Mon, 23 Oct 2017 09:20:23 +0100 Subject: [PATCH] SpinButton: Fix typo --- gtk/gtkspinbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index f8cd200763..3ffaae301e 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -445,7 +445,7 @@ gtk_spin_button_class_init (GtkSpinButtonClass *class) /** * GtkSpinButton:shadow-type: * - * Style of bevel around the sping button. + * Style of bevel around the spin button. * * Deprecated: 3.20: Use CSS to determine the style of the border; * the value of this style property is ignored.