diff options
author | Martin Storsjö <martin@martin.st> | 2010-06-14 09:09:59 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-06-14 09:09:59 +0000 |
commit | 48e77473e97c2409480cad6be81b5b24468a02b7 (patch) | |
tree | 9301204d96f3037e40e367c2e666914039475e86 /libavformat/rtsp.h | |
parent | 3c467bacaa9d260c0a8bacf7ff36418f93d3edd4 (diff) | |
download | ffmpeg-48e77473e97c2409480cad6be81b5b24468a02b7.tar.gz |
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.h')
-rw-r--r-- | libavformat/rtsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index d6460457a5..61b688d085 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -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; |