rtsp: fix little typo in the comments
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 1 Apr 2009 07:03:35 +0000 (09:03 +0200)
committerWim Taymans <wim@metal.(none)>
Wed, 1 Apr 2009 07:03:35 +0000 (09:03 +0200)
gst-libs/gst/rtsp/gstrtspconnection.c

index a694383..0346bed 100644 (file)
@@ -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;