Fix a typo. (#161713, Vincent Untz)

2004-12-20  Matthias Clasen  <mclasen@redhat.com>

	* gobject/tmpl/signals.sgml: Fix a typo.  (#161713,
	Vincent Untz)
This commit is contained in:
Matthias Clasen 2004-12-20 14:20:25 +00:00 committed by Matthias Clasen
parent 5412e10f72
commit 5d679e08e7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-12-20 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Fix a typo. (#161713,
Vincent Untz)
2004-12-17 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.

View File

@ -494,7 +494,7 @@ calling the handler.
by temporarily adding a reference count to @gobject.
</para>
<para>
Note that there this a bug in GObject that makes this function
Note that there is a bug in GObject that makes this function
much less useful than it might seem otherwise. Once @gobject is
disposed, the callback will no longer be called, but, the signal
handler is <emphasis>not</emphasis> currently disconnected. If the