diff rtsp.h @ 6131:68fba42e1dea libavformat

Cosmetics: Change connexion to connection in code comments
author mstorsjo
date Mon, 14 Jun 2010 09:09:59 +0000
parents 3e5c6c575f69
children 736165b749f8
line wrap: on
line diff
--- 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;