summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtsp/gstrtspmessage.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-31 17:56:24 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-31 18:30:48 +0100
commitdd9f077177a904a219ee8286c301c0c645fd73e4 (patch)
tree5428521acdeba5b4a2d613b63a9b757194e25529 /gst-libs/gst/rtsp/gstrtspmessage.c
parent8b37dc3eb8fee19fab731e53765c6bc797b0c1ff (diff)
docs: fix typo in gst_rtsp_message_unset() API docs
Diffstat (limited to 'gst-libs/gst/rtsp/gstrtspmessage.c')
-rw-r--r--gst-libs/gst/rtsp/gstrtspmessage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/rtsp/gstrtspmessage.c b/gst-libs/gst/rtsp/gstrtspmessage.c
index a345f0879..b4d2e96f0 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.