diff options
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r-- | gtk/gtkspinbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index fac28a46a3..acb463f9f7 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -1682,7 +1682,7 @@ gtk_spin_button_set_increments (GtkSpinButton *spin_button, /** * gtk_spin_button_get_increments: - * @psin_button: a #GtkSpinButton + * @spin_button: a #GtkSpinButton * @step: location to store step increment, or %NULL * @page: location to store page increment, or %NULL * |