From: Wim Taymans Date: Thu, 29 Jan 2009 13:00:30 +0000 (+0100) Subject: fix some typos X-Git-Tag: 1.19.3~511^2~10061 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f3511bfb6f1a316ad42f81c81a31f4708e1ac2f;p=platform%2Fupstream%2Fgstreamer.git fix some typos Fix some typos in the doc string of the new gst_rtsp_options_as_string() method. --- diff --git a/gst-libs/gst/rtsp/gstrtspdefs.c b/gst-libs/gst/rtsp/gstrtspdefs.c index adefb4f..dd20e1c 100644 --- a/gst-libs/gst/rtsp/gstrtspdefs.c +++ b/gst-libs/gst/rtsp/gstrtspdefs.c @@ -400,9 +400,9 @@ gst_rtsp_find_method (const gchar * method) * gst_rtsp_options_as_text: * @options: one or more #GstRTSPMethod * - * Convert @moptions to a string. + * Convert @options to a string. * - * Returns: a new string of @opions. g_free () after usage. + * Returns: a new string of @options. g_free() after usage. * * Since: 0.10.23 */