]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Typos
authortakis <takis@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 10 May 2007 10:51:00 +0000 (10:51 +0000)
committertakis <takis@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 10 May 2007 10:51:00 +0000 (10:51 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8974 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/rtpproto.c

index 369a8057d2c5ae4c7869790a1e4999cbdce116f2..73f07c6ccdf1a8ea6ea27b8bb353d1b02b4a309a 100644 (file)
@@ -138,7 +138,7 @@ static int rtp_open(URLContext *h, const char *uri, int flags)
     if (url_open(&s->rtp_hd, buf, flags) < 0)
         goto fail;
     local_port = udp_get_local_port(s->rtp_hd);
-    /* XXX: need to open another connexion if the port is not even */
+    /* XXX: need to open another connection if the port is not even */
 
     /* well, should suppress localport in path */
 
@@ -265,7 +265,7 @@ static int rtp_close(URLContext *h)
 }
 
 /**
- * Return the local port used by the RTP connexion
+ * Return the local port used by the RTP connection
  * @param s1 media file context
  * @return the local port number
  */