fix typo
authorMathieu Lacage <mathieu@src.gnome.org>
Fri, 5 Nov 2004 08:45:17 +0000 (08:45 +0000)
committerMathieu Lacage <mathieu@src.gnome.org>
Fri, 5 Nov 2004 08:45:17 +0000 (08:45 +0000)
docs/reference/gobject/tut_gtype.xml

index 9c81144..791daad 100644 (file)
@@ -127,7 +127,7 @@ GType g_type_register_fundamental (GType                       type_id,
        </para>
 
        <para>
-         The following code shows shows you can copy around a 64 bit integer, as well as a <type>GObject</type>
+         The following code shows how you can copy around a 64 bit integer, as well as a <type>GObject</type>
          instance pointer (sample code for this is located in the source tarball for this document in 
           <filename>sample/gtype/test.c</filename>):
 <programlisting>