Fix a couple of typos.

Tue Jun 22 21:50:47 2004  Matthias Clasen  <maclas@gmx.de>

	* gsignal.c: Fix a couple of typos.
This commit is contained in:
Matthias Clasen 2004-06-23 01:51:42 +00:00 committed by Matthias Clasen
parent 0bd1de96cf
commit 160cd96ae2
2 changed files with 7 additions and 3 deletions

View 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

View 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
*/
}
}