diff rtsp.c @ 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 66b74fc6eeb9
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);