+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
#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;
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;
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
*/
}
}