changeset 6131:68fba42e1dea libavformat

Cosmetics: Change connexion to connection in code comments
author mstorsjo
date Mon, 14 Jun 2010 09:09:59 +0000
parents a972e847775b
children a2c4863f9199
files rtsp.c rtsp.h udp.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.c	Mon Jun 14 08:23:59 2010 +0000
+++ b/rtsp.c	Mon Jun 14 09:09:59 2010 +0000
@@ -1617,7 +1617,7 @@
         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);
--- a/rtsp.h	Mon Jun 14 08:23:59 2010 +0000
+++ b/rtsp.h	Mon Jun 14 09:09:59 2010 +0000
@@ -190,7 +190,7 @@
  * @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;
--- a/udp.c	Mon Jun 14 08:23:59 2010 +0000
+++ b/udp.c	Mon Jun 14 09:09:59 2010 +0000
@@ -279,7 +279,7 @@
 }
 
 /**
- * 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
  */