From dd9f077177a904a219ee8286c301c0c645fd73e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 31 Mar 2009 17:56:24 +0100 Subject: [PATCH] docs: fix typo in gst_rtsp_message_unset() API docs --- gst-libs/gst/rtsp/gstrtspmessage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/rtsp/gstrtspmessage.c b/gst-libs/gst/rtsp/gstrtspmessage.c index a345f08797..b4d2e96f01 100644 --- a/gst-libs/gst/rtsp/gstrtspmessage.c +++ b/gst-libs/gst/rtsp/gstrtspmessage.c @@ -424,7 +424,7 @@ gst_rtsp_message_parse_data (GstRTSPMessage * msg, guint8 * channel) * gst_rtsp_message_unset: * @msg: a #GstRTSPMessage * - * Unset the concents of @msg so that it becomes an uninitialized + * Unset the contents of @msg so that it becomes an uninitialized * #GstRTSPMessage again. This function is mostly used in combination with * gst_rtsp_message_init_request(), gst_rtsp_message_init_response() and * gst_rtsp_message_init_data() on stack allocated #GstRTSPMessage structures.