fix lots of typos, some of which were reported by Leonardo Boshell.

2005-05-25  Mathieu Lacage <mathieu@gnome.org>

	* gobject/tut_*.xml: fix lots of typos,
	some of which were reported by Leonardo Boshell.
This commit is contained in:
Mathieu Lacage
2005-05-27 12:04:54 +00:00
committed by Mathieu Lacage
parent 1397c53eb7
commit 8db223409d
7 changed files with 48 additions and 30 deletions

View File

@@ -29,7 +29,7 @@ return_type function_callback (... , gpointer user_data);
<para>
The <type><link linkend="GClosure">GClosure</link></type> structure represents the common functionality of all
closure implementations: there exist a different Closure implementation for
closure implementations: there exists a different Closure implementation for
each separate runtime which wants to use the GObject type system.
<footnote><para>
In Practice, Closures sit at the boundary of language runtimes: if you are