summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--gobject/pygobject.c2
-rw-r--r--pygobject.c2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 29ba6874..38f53c27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-24 Johan Dahlin <johan@gnome.org>
+
+ * pygobject.c (pygobject_chain_from_overridden): signa->signal
+
2004-02-23 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* gtk/gdk.defs (GdkDrawable.get_image): Add caller-owns-return, as
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;
}
diff --git a/pygobject.c b/pygobject.c
index 782f362d..07a33a77 100644
--- a/pygobject.c
+++ b/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;
}