summaryrefslogtreecommitdiff
path: root/libavformat/udp.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/udp.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/udp.c')
-rw-r--r--libavformat/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c
index 0ec24cd4e5..fd6b5c19ba 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -279,7 +279,7 @@ int udp_set_remote_url(URLContext *h, const char *uri)
}
/**
- * Return the local port used by the UDP connexion
+ * Return the local port used by the UDP connection
* @param s1 media file context
* @return the local port number
*/