caps: fix typo in docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 16 Oct 2009 10:39:54 +0000 (12:39 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 16 Oct 2009 10:39:54 +0000 (12:39 +0200)
gst/gstcaps.c

index 8b69c8e..134ef76 100644 (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