From 7d86ad93a248e0603844fbcc76549dc379ea2bd0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 16 Oct 2009 12:39:54 +0200 Subject: [PATCH] caps: fix typo in docs --- gst/gstcaps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstcaps.c b/gst/gstcaps.c index 8b69c8edd3..134ef76e29 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -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. * 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. */ 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. * 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. */ void