summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-06-14 09:09:59 +0000
committerMartin Storsjö <martin@martin.st>2010-06-14 09:09:59 +0000
commit48e77473e97c2409480cad6be81b5b24468a02b7 (patch)
tree9301204d96f3037e40e367c2e666914039475e86 /libavformat/rtsp.c
parent3c467bacaa9d260c0a8bacf7ff36418f93d3edd4 (diff)
Cosmetics: Change connexion to connection in code comments
Originally committed as revision 23601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index f1bd870b50..e762f61e89 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -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);