From efe3c70450147cacaa6ea0698db225e60176f7f0 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 2 Dec 2010 17:49:04 +0100 Subject: [PATCH] caps: fix doc typo --- gst/gstcaps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstcaps.c b/gst/gstcaps.c index 74539cad5f..822a6b0bdd 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -1336,7 +1336,7 @@ gst_caps_structure_can_intersect (const GstStructure * struct1, * @caps1: a #GstCaps to intersect * @caps2: a #GstCaps to intersect * - * Tries intersecting @caps1 and @caps2 and reports wheter the result would not + * Tries intersecting @caps1 and @caps2 and reports whether the result would not * be empty * * Returns: %TRUE if intersection would be not empty