[glib] Fix a doc typo.



commit e0e57fd97d156e860f1211887b6f302c68c86202
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 21 17:59:15 2010 -0500

    Fix a doc typo.
    
    Reported in bug 608063 by Ð?илÑ?н Ð?алаÑ?зов.

 glib/goption.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/glib/goption.h b/glib/goption.h
index f096504..557d8f7 100644
--- a/glib/goption.h
+++ b/glib/goption.h
@@ -41,13 +41,13 @@ typedef struct _GOptionContext GOptionContext;
 
 /**
  * GOptionGroup:
- * 
+ *
  * A <structname>GOptionGroup</structname> struct defines the options in a single
- * group. The struct has only private fields and should not be directly accessed. 
- * 
- * All options in a group share the same translation function. Libaries which
+ * group. The struct has only private fields and should not be directly accessed.
+ *
+ * All options in a group share the same translation function. Libraries which
  * need to parse commandline options are expected to provide a function for
- * getting a <structname>GOptionGroup</structname> holding their options, which 
+ * getting a <structname>GOptionGroup</structname> holding their options, which
  * the application can then add to its #GOptionContext.
  */
 typedef struct _GOptionGroup   GOptionGroup;



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