From: Mathieu Lacage Date: Fri, 5 Nov 2004 08:45:17 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f09a5d8ac215d5f7a13221ff6b7480e2937d2b14;p=dana%2Fcg-glib.git fix typo --- diff --git a/docs/reference/gobject/tut_gtype.xml b/docs/reference/gobject/tut_gtype.xml index 9c811443..791daadc 100644 --- a/docs/reference/gobject/tut_gtype.xml +++ b/docs/reference/gobject/tut_gtype.xml @@ -127,7 +127,7 @@ GType g_type_register_fundamental (GType type_id, - The following code shows shows you can copy around a 64 bit integer, as well as a GObject + The following code shows how you can copy around a 64 bit integer, as well as a GObject instance pointer (sample code for this is located in the source tarball for this document in sample/gtype/test.c):