From: Tim-Philipp Müller Date: Tue, 16 Aug 2011 16:19:29 +0000 (+0100) Subject: docs: fix typo in element factory documentation X-Git-Tag: RELEASE-0.10.36~213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb08ed6ed0a33e76a2190e3e036c899b1a222493;p=platform%2Fupstream%2Fgstreamer.git docs: fix typo in element factory documentation --- diff --git a/gst/gstelementfactory.c b/gst/gstelementfactory.c index 23a2538..0eca457 100644 --- a/gst/gstelementfactory.c +++ b/gst/gstelementfactory.c @@ -746,7 +746,7 @@ typedef struct * @factory: a #GstElementFactory * @type: a #GstElementFactoryListType * - * Check if @factory if of the given types. + * Check if @factory is of the given types. * * Returns: %TRUE if @factory is of @type. *