Fix some typos in list documentation
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2009 05:03:54 +0000 (01:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2009 05:03:54 +0000 (01:03 -0400)
This fixes bug 585726.

docs/reference/glib/tmpl/linked_lists_double.sgml
docs/reference/glib/tmpl/linked_lists_single.sgml

index ac1dade2a93faed051c30025acf229d923a08f71..ce96528a3544260ce1e181b54c5f2f81664f000c 100644 (file)
@@ -344,7 +344,7 @@ g_slist_foreach().
 
 <!-- ##### MACRO g_list_previous ##### -->
 <para>
-A convenience macro to gets the previous element in a #GList.
+A convenience macro to get the previous element in a #GList.
 </para>
 
 @list: an element in a #GList.
@@ -353,7 +353,7 @@ A convenience macro to gets the previous element in a #GList.
 
 <!-- ##### MACRO g_list_next ##### -->
 <para>
-A convenience macro to gets the next element in a #GList.
+A convenience macro to get the next element in a #GList.
 </para>
 
 @list: an element in a #GList.
index 8dd34362dd4516f26db661c71d9c523cce17611d..5b59c465c6c9760383e19f59b236c39246404177 100644 (file)
@@ -296,7 +296,7 @@ A macro which does the same as g_slist_free_1().
 
 <!-- ##### MACRO g_slist_next ##### -->
 <para>
-A convenience macro to gets the next element in a #GSList.
+A convenience macro to get the next element in a #GSList.
 </para>
 
 @slist: an element in a #GSList.