diff options
author | Diego Biurrun | 2011-10-05 14:12:42 +0200 |
---|---|---|
committer | Diego Biurrun | 2011-12-11 00:32:25 +0100 |
commit | da9cea77e314dad2fbc615a76085a0c330741f92 (patch) | |
tree | 7ddbdbf1749d1ee7c66c83f76f66bd50367b246d /libavformat/udp.c | |
parent | 2e87b4c51152e0241cae7f655d53920029a0e632 (diff) |
Fix a bunch of common typos.
Diffstat (limited to 'libavformat/udp.c')
-rw-r--r-- | libavformat/udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c index 529114a860..2bdd3dc773 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -372,7 +372,7 @@ static int udp_open(URLContext *h, const char *uri, int flags) goto fail; /* Follow the requested reuse option, unless it's multicast in which - * case enable reuse unless explicitely disabled. + * case enable reuse unless explicitly disabled. */ if (s->reuse_socket || (s->is_multicast && !reuse_specified)) { s->reuse_socket = 1; |