Fix a typo in the docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 14 Mar 2015 01:40:27 +0000 (21:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 14 Mar 2015 03:24:53 +0000 (23:24 -0400)
gtk-doc complains about parameter name mismatches.

gtk/gtklabel.c

index 5084c33058e1293ef0db50229552122695cead9b..bb900aa6e8f9bfb3d6dbe581c102d0de9588eccb 100644 (file)
@@ -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.
  *