From f09a5d8ac215d5f7a13221ff6b7480e2937d2b14 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 5 Nov 2004 08:45:17 +0000 Subject: [PATCH] fix typo --- docs/reference/gobject/tut_gtype.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gobject/tut_gtype.xml b/docs/reference/gobject/tut_gtype.xml index 9c8114432..791daadc1 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):