From eb08ed6ed0a33e76a2190e3e036c899b1a222493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 16 Aug 2011 17:19:29 +0100 Subject: [PATCH] docs: fix typo in element factory documentation --- gst/gstelementfactory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstelementfactory.c b/gst/gstelementfactory.c index 23a25387d1..0eca4576d7 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. *