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 ac1dade..ce96528 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 8dd3436..5b59c46 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.