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
commit52bf7bb9480942089c733fbe67711c93e028f7fb (patch)
tree145c9cc359e96555225338ebbefa80b5f9c3b2ff
parentada1fb08cc71ea69fa8d7b6a425f786c9cb526c4 (diff)
downloadpygtk-52bf7bb9480942089c733fbe67711c93e028f7fb.tar.gz
signa->signal
* pygobject.c (pygobject_chain_from_overridden): signa->signal
-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;
}