Fix a typo in the docs for g_node_first_child(). (#409395, Vincent Untz)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 6 Mar 2007 19:29:54 +0000 (19:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 6 Mar 2007 19:29:54 +0000 (19:29 +0000)
2007-03-06  Matthias Clasen  <mclasen@redhat.com>

        * glib/tmpl/trees-nary.sgml: Fix a typo in the docs for
        g_node_first_child().  (#409395, Vincent Untz)

svn path=/trunk/; revision=5380

docs/reference/ChangeLog
docs/reference/glib/tmpl/trees-nary.sgml

index a472869..25f46bd 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/tmpl/trees-nary.sgml: Fix a typo in the docs for
+       g_node_first_child().  (#409395, Vincent Untz)
+
 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
 
        * gobject/tut_gobject.xml:
index 95df79a..f8b1e78 100644 (file)
@@ -360,7 +360,7 @@ Gets the first child of a #GNode.
 </para>
 
 @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.
 
 
 <!-- ##### FUNCTION g_node_last_child ##### -->