From eed784b372818d9580983285d19eed6310096ae2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 1 Apr 2009 09:03:35 +0200 Subject: [PATCH] rtsp: fix little typo in the comments --- gst-libs/gst/rtsp/gstrtspconnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index a6943833ad..0346bed24d 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -2997,7 +2997,7 @@ gst_rtsp_watch_queue_message (GstRTSPWatch * watch, GstRTSPMessage * message) cseq = -1; } - /* make a record with the message as a string ans cseq */ + /* make a record with the message as a string and cseq */ data = queue_response (watch, message_to_string (watch->conn, message), cseq); return cseq;