summaryrefslogtreecommitdiff
path: root/gobject/pygobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/pygobject.c')
-rw-r--r--gobject/pygobject.c2
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;
}