[glib/glib-2-20] Fix some typos in list documentation



commit 0ee3ed07d3ef2771290e7ba99a874d84daa15b9e
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 15 01:03:54 2009 -0400

    Fix some typos in list documentation
    
    This fixes bug 585726.

 docs/reference/glib/tmpl/linked_lists_double.sgml |    4 ++--
 docs/reference/glib/tmpl/linked_lists_single.sgml |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/glib/tmpl/linked_lists_double.sgml b/docs/reference/glib/tmpl/linked_lists_double.sgml
index ac1dade..ce96528 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().
 
 <!-- ##### 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.
diff --git a/docs/reference/glib/tmpl/linked_lists_single.sgml b/docs/reference/glib/tmpl/linked_lists_single.sgml
index 8dd3436..5b59c46 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().
 
 <!-- ##### 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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]