summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <zilch@src.gnome.org>2004-02-24 10:32:08 +0000
committerJohan Dahlin <zilch@src.gnome.org>2004-02-24 10:32:08 +0000
commitf5b3f1c7aa8ed4d7e1ec2504ff6c819c877ae4be (patch)
tree143a992c368707c3dcb1f2d6d43fc94eaa1e28a2
parent4f6fc050596ae3e49a89842d305fb2b4e5bf6dfe (diff)
downloadpygobject-f5b3f1c7aa8ed4d7e1ec2504ff6c819c877ae4be.tar.gz
signa->signal
* pygobject.c (pygobject_chain_from_overridden): signa->signal
-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;
}