[gst-cvs] gst-plugins-base: docs: fix typo in gst_rtsp_message_unset() API docs
Tim Mueller
tpm at kemper.freedesktop.org
Tue Mar 31 10:32:36 PDT 2009
Module: gst-plugins-base
Branch: master
Commit: dd9f077177a904a219ee8286c301c0c645fd73e4
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=dd9f077177a904a219ee8286c301c0c645fd73e4
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Tue Mar 31 17:56:24 2009 +0100
docs: fix typo in gst_rtsp_message_unset() API docs
---
gst-libs/gst/rtsp/gstrtspmessage.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst-libs/gst/rtsp/gstrtspmessage.c b/gst-libs/gst/rtsp/gstrtspmessage.c
index a345f08..b4d2e96 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.
More information about the Gstreamer-commits
mailing list