Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Jun 2015 14:52:01 +0000 (10:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 20 Jun 2015 14:52:01 +0000 (10:52 -0400)
gtk-doc complained about a multi-line Since: tag, but the
real culprit was a typo in the Deprecated: tag.

gtk/deprecated/gtkalignment.c

index 4f487bd150ea7ac542931160f5c818011d1c14b5..eaf7f2bd4cba98695836b31803fdcde57f92607e 100644 (file)
@@ -218,7 +218,7 @@ gtk_alignment_class_init (GtkAlignmentClass *class)
  *
  * Since: 2.4
  *
- * Deprecared: 3.14: Use gtk_widget_set_margin_top() instead
+ * Deprecated: 3.14: Use gtk_widget_set_margin_top() instead
  */
   g_object_class_install_property (gobject_class,
                                    PROP_TOP_PADDING,