Fix a typo. (#161713, Vincent Untz)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Dec 2004 14:20:25 +0000 (14:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 20 Dec 2004 14:20:25 +0000 (14:20 +0000)
2004-12-20  Matthias Clasen  <mclasen@redhat.com>

* gobject/tmpl/signals.sgml: Fix a typo.  (#161713,
Vincent Untz)

docs/reference/ChangeLog
docs/reference/gobject/tmpl/signals.sgml

index 9bc9dbc..4d93801 100644 (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.  
index ee19a23..6b689a6 100644 (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