From: Matthias Clasen Date: Sat, 14 Mar 2015 01:40:27 +0000 (-0400) Subject: Fix a typo in the docs X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~10204 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c93d66c8a7c5bd6942ccec0a95ffdc5cc0c1aa8b;p=gtk4.git Fix a typo in the docs gtk-doc complains about parameter name mismatches. --- diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 5084c33058..bb900aa6e8 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -7138,7 +7138,7 @@ gtk_label_get_xalign (GtkLabel *label) /** * gtk_label_set_yalign: * @label: a #GtkLabel - * @xalign: the new yalign value, between 0 and 1 + * @yalign: the new yalign value, between 0 and 1 * * Sets the #GtkLabel:yalign property for @label. *