This commit is contained in:
Mathieu Lacage 2004-11-05 08:45:17 +00:00
parent be092b4ac4
commit f09a5d8ac2

View 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>