From: Martin Kelly Date: Fri, 12 Feb 2016 19:57:55 +0000 (-0800) Subject: pushsrc: fix minor typos in header X-Git-Tag: 1.10.4~426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86a46ee43b76e890ecee31bc5d577d78dc2702fa;p=platform%2Fupstream%2Fgstreamer.git pushsrc: fix minor typos in header https://bugzilla.gnome.org/show_bug.cgi?id=761970 --- diff --git a/libs/gst/base/gstpushsrc.h b/libs/gst/base/gstpushsrc.h index dbee559..3419730 100644 --- a/libs/gst/base/gstpushsrc.h +++ b/libs/gst/base/gstpushsrc.h @@ -58,9 +58,9 @@ struct _GstPushSrc { * size this buffer should be. Other then that, refer to * #GstBaseSrc.create() for more details. If this method is * not implemented, @alloc followed by @fill will be called. - * @alloc: Ask the subclass to allocated a buffer. The subclass decides which + * @alloc: Ask the subclass to allocate a buffer. The subclass decides which * size this buffer should be. The default implementation will create - * a new buffer from the negotiate allcoator. + * a new buffer from the negotiated allocator. * @fill: Ask the subclass to fill the buffer with data. * * Subclasses can override any of the available virtual methods or not, as