From: Peter Kjellerstedt Date: Fri, 5 Jun 2009 12:06:17 +0000 (+0200) Subject: rtsp: Fixed a typo. X-Git-Tag: 1.19.3~511^2~9581 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dbd8702dd07afdceb00784075ed5498b42b3ceb;p=platform%2Fupstream%2Fgstreamer.git rtsp: Fixed a typo. --- diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index fbbb709..e7b57d9 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -2953,7 +2953,7 @@ queue_response (GstRTSPWatch * watch, GString * str, guint cseq) { GstRTSPRec *data; - /* make a record with the message as a string ans cseq */ + /* make a record with the message as a string and cseq */ data = g_slice_new (GstRTSPRec); data->str = str; data->cseq = cseq;