gst/gstcaps.override: Fix typo

Original commit message from CVS:
* gst/gstcaps.override:
Fix typo
This commit is contained in:
Edward Hervey 2008-05-14 15:48:18 +00:00
parent 98d6484e8c
commit e94ff65809
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-05-14 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/gstcaps.override:
Fix typo
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk> 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
Patch by: Johan Dahlin <johan at gnome dot org> Patch by: Johan Dahlin <johan at gnome dot org>

2
common

@ -1 +1 @@
Subproject commit ba3dd2882b1611f8115f9664e3b85e1fd956b53d Subproject commit 2d9c09df0fe4ad3f570fea9f649cfc6c4511080d

View file

@ -127,7 +127,7 @@ _wrap_gst_caps_new_empty(PyGBoxed *self, PyObject *args, PyObject *kwargs)
} }
} }
if (!self->boxed) { if (!self->boxed) {
PyErr_SetString(PyExc_TypeError, "wrong arguemntes when creating GstCaps object"); PyErr_SetString(PyExc_TypeError, "wrong arguments when creating GstCaps object");
return -1; return -1;
} }
return 0; return 0;