[FFmpeg-cvslog] r23601 - in trunk/libavformat: rtsp.c rtsp.h udp.c

mstorsjo subversion
Mon Jun 14 11:09:59 CEST 2010


Author: mstorsjo
Date: Mon Jun 14 11:09:59 2010
New Revision: 23601

Log:
Cosmetics: Change connexion to connection in code comments

Modified:
   trunk/libavformat/rtsp.c
   trunk/libavformat/rtsp.h
   trunk/libavformat/udp.c

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Mon Jun 14 10:51:46 2010	(r23600)
+++ trunk/libavformat/rtsp.c	Mon Jun 14 11:09:59 2010	(r23601)
@@ -1617,7 +1617,7 @@ redirect:
         ff_http_set_chunked_transfer_encoding(rtsp_hd_out, 0);
 
     } else {
-        /* open the tcp connexion */
+        /* open the tcp connection */
         ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, host, port, NULL);
         if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) {
             err = AVERROR(EIO);

Modified: trunk/libavformat/rtsp.h
==============================================================================
--- trunk/libavformat/rtsp.h	Mon Jun 14 10:51:46 2010	(r23600)
+++ trunk/libavformat/rtsp.h	Mon Jun 14 11:09:59 2010	(r23601)
@@ -190,7 +190,7 @@ enum RTSPServerType {
  * @todo Use ByteIOContext instead of URLContext
  */
 typedef struct RTSPState {
-    URLContext *rtsp_hd; /* RTSP TCP connexion handle */
+    URLContext *rtsp_hd; /* RTSP TCP connection handle */
 
     /** number of items in the 'rtsp_streams' variable */
     int nb_rtsp_streams;

Modified: trunk/libavformat/udp.c
==============================================================================
--- trunk/libavformat/udp.c	Mon Jun 14 10:51:46 2010	(r23600)
+++ trunk/libavformat/udp.c	Mon Jun 14 11:09:59 2010	(r23601)
@@ -279,7 +279,7 @@ int udp_set_remote_url(URLContext *h, co
 }
 
 /**
- * Return the local port used by the UDP connexion
+ * Return the local port used by the UDP connection
  * @param s1 media file context
  * @return the local port number
  */



More information about the ffmpeg-cvslog mailing list