caps: fix typo in docs

This commit is contained in:
Wim Taymans 2009-10-16 12:39:54 +02:00
parent db8a25a0a4
commit 7d86ad93a2

View file

@ -908,7 +908,7 @@ gst_caps_set_value (GstCaps * caps, const char *field, const GValue * value)
* manner as gst_structure_set(), and be NULL-terminated.
* <note>Prior to GStreamer version 0.10.26, this function failed when
* @caps was simple. If your code needs to work with those versions of
* GStreamer, you amy only call this function when GST_CAPS_IS_SIMPLE()
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
* returns %TRUE for @caps.</note>
*/
void
@ -955,7 +955,7 @@ gst_caps_set_simple_valist (GstCaps * caps, const char *field, va_list varargs)
* manner as gst_structure_set(), and be NULL-terminated.
* <note>Prior to GStreamer version 0.10.26, this function failed when
* @caps was simple. If your code needs to work with those versions of
* GStreamer, you amy only call this function when GST_CAPS_IS_SIMPLE()
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
* returns %TRUE for @caps.</note>
*/
void