[Mplayer-cvslog] CVS: main/libmpdemux/realrtsp rtsp.c,1.4,1.5

Gabucino gabucino at mplayerhq.hu
Sat Oct 4 19:29:36 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux/realrtsp
In directory mail:/var/tmp.root/cvs-serv24410/libmpdemux/realrtsp

Modified Files:
	rtsp.c 
Log Message:
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>


Index: rtsp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rtsp.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rtsp.c	11 Jun 2003 16:48:08 -0000	1.4
+++ rtsp.c	4 Oct 2003 17:29:03 -0000	1.5
@@ -571,7 +571,7 @@
 #endif
         seq=1;
       }
-      /* lets make the server happy */
+      /* let's make the server happy */
       rtsp_put(s, "RTSP/1.0 451 Parameter Not Understood");
       rest=malloc(sizeof(char)*16);
       sprintf(rest,"CSeq: %u", seq);
@@ -633,7 +633,7 @@
 
   s->server_state=RTSP_CONNECTED;
 
-  /* now lets send an options request. */
+  /* now let's send an options request. */
   rtsp_schedule_field(s, "CSeq: 1");
   rtsp_schedule_field(s, s->user_agent);
   rtsp_schedule_field(s, "ClientChallenge: 9e26d33f2984236010ef6253fb1887f7");



More information about the MPlayer-cvslog mailing list