[glib] Correct typo of libray/ library in GObject tutorial



commit 35059f2c0415fbd521632d29ecb91e8c93545e0e
Author: Christian Dywan <christian twotoasts de>
Date:   Tue Mar 23 11:59:43 2010 +0100

    Correct typo of libray/ library in GObject tutorial
    
    Fixes bug #613667

 docs/reference/gobject/tut_gtype.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gobject/tut_gtype.xml b/docs/reference/gobject/tut_gtype.xml
index 15d6242..b4df241 100644
--- a/docs/reference/gobject/tut_gtype.xml
+++ b/docs/reference/gobject/tut_gtype.xml
@@ -251,7 +251,7 @@ struct _GTypeValueTable
           </para></listitem>
           <listitem><para>Create a macro named <function>PREFIX_TYPE_OBJECT</function> which always 
             returns the GType for the associated object type. For an object of type 
-            <emphasis>Bar</emphasis> in a libray prefixed by <emphasis>maman</emphasis>, 
+            <emphasis>Bar</emphasis> in a library prefixed by <emphasis>maman</emphasis>, 
             use: <function>MAMAN_TYPE_BAR</function>.
             It is common although not a convention to implement this macro using either a global 
             static variable or a function named <function>prefix_object_get_type</function>.



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