Fix a couple of typos.
authorMatthias Clasen <maclas@gmx.de>
Wed, 23 Jun 2004 01:51:42 +0000 (01:51 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 23 Jun 2004 01:51:42 +0000 (01:51 +0000)
Tue Jun 22 21:50:47 2004  Matthias Clasen  <maclas@gmx.de>

* gsignal.c: Fix a couple of typos.

gobject/ChangeLog
gobject/gsignal.c

index d7344556666af6a86b3677226c71afa1de75dfd0..2c4bea9fa2254a3e21a24a0fa9d50a0fb4d28376 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 22 21:50:47 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gsignal.c: Fix a couple of typos.
+
 Fri Jun 18 22:53:13 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gsourceclosure.h (__G_SOURCECLOSURE_H__): Actually 
index 70c666eac62b9e31027292eee594d2a1cdf9a8d1..dd09ee7b89fdcd2a6c81877af6ec89e0efe939c8 100644 (file)
@@ -40,7 +40,7 @@
 #define        MAX_STACK_VALUES        (16)
 #define HANDLER_PRE_ALLOC       (48)
 
-#define REPORT_BUG      "please report occourance circumstances to gtk-devel-list@gnome.org"
+#define REPORT_BUG      "please report occurrence circumstances to gtk-devel-list@gnome.org"
 #ifdef G_ENABLE_DEBUG
 #define IF_DEBUG(debug_type, cond)     if ((_g_type_debug_flags & G_TYPE_DEBUG_ ## debug_type) || cond)
 static volatile gpointer g_trace_instance_signals = NULL;
@@ -293,7 +293,7 @@ signal_id_lookup (GQuark quark,
 
   key.quark = quark;
 
-  /* try looking up signals for this type and its anchestors */
+  /* try looking up signals for this type and its ancestors */
   do
     {
       SignalKey *signal_key;
@@ -2216,7 +2216,7 @@ g_signal_emit_valist (gpointer instance,
          g_free (error);
          
          /* we purposely leak the value here, it might not be
-          * in a sane state if an error condition occoured
+          * in a sane state if an error condition occured
           */
        }
     }