diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-06-23 01:51:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-06-23 01:51:42 +0000 |
commit | 160cd96ae26a571e76af717c27ae29b8125a54a5 (patch) | |
tree | 4d5f7e83c102669077f7821f88a812dbb7caed4c /gobject/gsignal.c | |
parent | 0bd1de96cf958ff1e1a1affc4e8ba6c2753d9e55 (diff) | |
download | glib-160cd96ae26a571e76af717c27ae29b8125a54a5.tar.gz |
Fix a couple of typos.
Tue Jun 22 21:50:47 2004 Matthias Clasen <maclas@gmx.de>
* gsignal.c: Fix a couple of typos.
Diffstat (limited to 'gobject/gsignal.c')
-rw-r--r-- | gobject/gsignal.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ } } |