From: Matthias Clasen Date: Mon, 15 Jun 2009 05:03:54 +0000 (-0400) Subject: Fix some typos in list documentation X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2c5ac901d95f28db1edad2807f842396c594a49e;p=dana%2Fcg-glib.git Fix some typos in list documentation This fixes bug 585726. --- diff --git a/docs/reference/glib/tmpl/linked_lists_double.sgml b/docs/reference/glib/tmpl/linked_lists_double.sgml index ac1dade2..ce96528a 100644 --- a/docs/reference/glib/tmpl/linked_lists_double.sgml +++ b/docs/reference/glib/tmpl/linked_lists_double.sgml @@ -344,7 +344,7 @@ g_slist_foreach(). -A convenience macro to gets the previous element in a #GList. +A convenience macro to get the previous element in a #GList. @list: an element in a #GList. @@ -353,7 +353,7 @@ A convenience macro to gets the previous element in a #GList. -A convenience macro to gets the next element in a #GList. +A convenience macro to get the next element in a #GList. @list: an element in a #GList. diff --git a/docs/reference/glib/tmpl/linked_lists_single.sgml b/docs/reference/glib/tmpl/linked_lists_single.sgml index 8dd34362..5b59c465 100644 --- a/docs/reference/glib/tmpl/linked_lists_single.sgml +++ b/docs/reference/glib/tmpl/linked_lists_single.sgml @@ -296,7 +296,7 @@ A macro which does the same as g_slist_free_1(). -A convenience macro to gets the next element in a #GSList. +A convenience macro to get the next element in a #GSList. @slist: an element in a #GSList.