projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bd9604
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 20 Jun 2015 14:52:01 +0000
(10:52 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/deprecated/gtkalignment.c
b/gtk/deprecated/gtkalignment.c
index 4f487bd150ea7ac542931160f5c818011d1c14b5..eaf7f2bd4cba98695836b31803fdcde57f92607e 100644
(file)
--- a/
gtk/deprecated/gtkalignment.c
+++ b/
gtk/deprecated/gtkalignment.c
@@
-218,7
+218,7
@@
gtk_alignment_class_init (GtkAlignmentClass *class)
*
* Since: 2.4
*
- * Depreca
r
ed: 3.14: Use gtk_widget_set_margin_top() instead
+ * Depreca
t
ed: 3.14: Use gtk_widget_set_margin_top() instead
*/
g_object_class_install_property (gobject_class,
PROP_TOP_PADDING,