From 486560701183f90aa380cc2e1436bda13684544b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Stadler?= Date: Thu, 24 Nov 2011 22:52:19 +0100 Subject: [PATCH] query: fix typo in doc Causes a warning from the introspection scanner. --- gst/gstquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstquery.c b/gst/gstquery.c index 6ab7526270..54d821036c 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -2123,7 +2123,7 @@ gst_query_parse_accept_caps_result (GstQuery * query, gboolean * result) /** * gst_query_new_caps - * @filer: a filter + * @filter: a filter * * Constructs a new query object for querying the caps. *