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

@@ -498,7 +498,7 @@ void g_object_run_dispose (GObject *object);
<para>
The above example, which might seem a bit contrived can really happen if your
GObject's are being by language bindings. I would thus suggest the rules stated above
GObject's are being handled by language bindings. I would thus suggest the rules stated above
for object destruction are closely followed. Otherwise, <emphasis>Bad Bad Things</emphasis>
will happen.
</para>