From f5b3f1c7aa8ed4d7e1ec2504ff6c819c877ae4be Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 24 Feb 2004 10:32:08 +0000 Subject: signa->signal * pygobject.c (pygobject_chain_from_overridden): signa->signal --- gobject/pygobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gobject') diff --git a/gobject/pygobject.c b/gobject/pygobject.c index 782f362..07a33a7 100644 --- a/gobject/pygobject.c +++ b/gobject/pygobject.c @@ -958,7 +958,7 @@ pygobject_chain_from_overridden(PyGObject *self, PyObject *args) ihint = g_signal_get_invocation_hint(self->obj); if (!ihint) { - PyErr_SetString(PyExc_TypeError, "could not find signa invocation " + PyErr_SetString(PyExc_TypeError, "could not find signal invocation " "information for this object."); return NULL; } -- cgit