Forgotten cleanup.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 18 Apr 2003 00:18:06 +0000 (00:18 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 18 Apr 2003 00:18:06 +0000 (00:18 +0000)
docs/reference/gobject/tmpl/signals.sgml

index da87612..e648c28 100644 (file)
@@ -115,8 +115,8 @@ signal system.
 <!-- ##### USER_FUNCTION GSignalEmissionHook ##### -->
 <para>
 A simple function pointer to get invoked when the signal is emitted. This 
-allows you tie a hook to the signal type, so that it will trap all emissions 
-of that signal, from any object.
+allows you to tie a hook to the signal type, so that it will trap all 
+emissions of that signal, from any object.
 </para>
 <para>
 You may not attach these to signals created with the #G_SIGNAL_NO_HOOKS flag.