docs: fix typo in API docs
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 31 Mar 2009 23:45:17 +0000 (00:45 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 31 Mar 2009 23:45:17 +0000 (00:45 +0100)
gst/rtsp-server/rtsp-session.c

index b590146..fc13098 100644 (file)
@@ -491,8 +491,8 @@ gst_rtsp_session_stream_set_transport (GstRTSPSessionStream *stream,
 /**
  * gst_rtsp_session_stream_set_callbacks:
  * @stream: a #GstRTSPSessionStream
- * @send_rtp: a callback called when RTP should be send
- * @send_rtcp: a callback called when RTCP should be send
+ * @send_rtp: a callback called when RTP should be sent
+ * @send_rtcp: a callback called when RTCP should be sent
  * @user_data: user data passed to callbacks
  * @notify: called with the user_data when no longer needed.
  *