From 160cd96ae26a571e76af717c27ae29b8125a54a5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 23 Jun 2004 01:51:42 +0000 Subject: [PATCH] Fix a couple of typos. Tue Jun 22 21:50:47 2004 Matthias Clasen * gsignal.c: Fix a couple of typos. --- gobject/ChangeLog | 4 ++++ gobject/gsignal.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gobject/ChangeLog b/gobject/ChangeLog index d73445566..2c4bea9fa 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 22 21:50:47 2004 Matthias Clasen + + * gsignal.c: Fix a couple of typos. + Fri Jun 18 22:53:13 2004 Matthias Clasen * gsourceclosure.h (__G_SOURCECLOSURE_H__): Actually diff --git a/gobject/gsignal.c b/gobject/gsignal.c index 70c666eac..dd09ee7b8 100644 --- a/gobject/gsignal.c +++ b/gobject/gsignal.c @@ -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 */ } }