From e40680565f222b021b2e0b566f1b63fda1cf0e17 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 21 Apr 2004 10:06:37 +0000 Subject: [PATCH] fixing typos Original commit message from CVS: fixing typos --- gst/gstevent.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gst/gstevent.c b/gst/gstevent.c index d07748202f..a943906f57 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -277,12 +277,13 @@ gst_event_new_discontinuous (gboolean new_media, GstFormat format1, ...) /** * gst_event_discont_get_value: * @event: The event to query - * @format: The format of the discont value + * @format: The format of the discontinuous value * @value: A pointer to the value * - * Get the value for the given format in the dicont event. + * Get the value for the given format in the discontinous event. * - * Returns: TRUE if the discont event caries the specified format/value pair. + * Returns: TRUE if the discontinuous event carries the specified + * format/value pair. */ gboolean gst_event_discont_get_value (GstEvent * event, GstFormat format, gint64 * value)