A bad pun or at least a self describing spelling mistake :) --- gtkclist.override 2006-02-14 11:23:27.000000000 +0000 +++ gtkclist.override.pb 2006-02-14 11:24:18.000000000 +0000 @@ -157,7 +157,7 @@ } col = GTK_CLIST(self->obj)->columns; if (PySequence_Length(py_list) < col) { - PyErr_SetString(PyExc_TypeError, "sequnce too short"); + PyErr_SetString(PyExc_TypeError, "sequence too short"); return NULL; } list = g_new(gchar *, col); @@ -196,7 +196,7 @@ } col = GTK_CLIST(self->obj)->columns; if (PySequence_Length(py_list) < col) { - PyErr_SetString(PyExc_TypeError, "sequnce too short"); + PyErr_SetString(PyExc_TypeError, "sequence too short"); return NULL; } list = g_new(gchar *, col); @@ -235,7 +235,7 @@ } col = GTK_CLIST(self->obj)->columns; if (PySequence_Length(py_list) < col) { - PyErr_SetString(PyExc_TypeError, "sequnce too short"); + PyErr_SetString(PyExc_TypeError, "sequence too short"); return NULL; } list = g_new(gchar *, col);