diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a47286976..25f46bd39 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-03-06 Matthias Clasen + + * glib/tmpl/trees-nary.sgml: Fix a typo in the docs for + g_node_first_child(). (#409395, Vincent Untz) + 2007-02-11 Stefan Kost * gobject/tut_gobject.xml: diff --git a/docs/reference/glib/tmpl/trees-nary.sgml b/docs/reference/glib/tmpl/trees-nary.sgml index 95df79a80..f8b1e7881 100644 --- a/docs/reference/glib/tmpl/trees-nary.sgml +++ b/docs/reference/glib/tmpl/trees-nary.sgml @@ -360,7 +360,7 @@ Gets the first child of a #GNode. @node: a #GNode. -@Returns: the last child of @node, or %NULL if @node is %NULL or has no children. +@Returns: the first child of @node, or %NULL if @node is %NULL or has no children.