rtsp: Fixed a typo.
authorPeter Kjellerstedt <pkj@axis.com>
Fri, 5 Jun 2009 12:06:17 +0000 (14:06 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Fri, 5 Jun 2009 12:06:17 +0000 (14:06 +0200)
gst-libs/gst/rtsp/gstrtspconnection.c

index fbbb709..e7b57d9 100644 (file)
@@ -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;