changeset 2079:c5a3a1f884a4 libavformat

Typos
author takis
date Thu, 10 May 2007 10:51:00 +0000
parents 17b7ebc3e1f9
children f778bf13d4a5
files rtpproto.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rtpproto.c	Thu May 10 10:15:15 2007 +0000
+++ b/rtpproto.c	Thu May 10 10:51:00 2007 +0000
@@ -138,7 +138,7 @@
     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 @@
 }
 
 /**
- * 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
  */