diff options
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/pygobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject.c b/gobject/pygobject.c index 782f362d..07a33a77 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; } |