summaryrefslogtreecommitdiffstats
path: root/stream/udp.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-19 12:54:10 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-19 12:54:10 +0000
commit79918649e264bbc42d61bfd1b1de35d5570cb99d (patch)
tree55802ffc4fefccd0ab2ac34a1b8a1400554aa7b4 /stream/udp.c
parent666a245ff9c0755fd4c435f491764429b3ba01ed (diff)
downloadmpv-79918649e264bbc42d61bfd1b1de35d5570cb99d.tar.bz2
mpv-79918649e264bbc42d61bfd1b1de35d5570cb99d.tar.xz
Fix a few typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24578 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/udp.c')
-rw-r--r--stream/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/udp.c b/stream/udp.c
index 4158eb473c..20ccb656cc 100644
--- a/stream/udp.c
+++ b/stream/udp.c
@@ -126,7 +126,7 @@ udp_open_socket (URL_t *url)
if (!hp)
{
mp_msg (MSGT_NETWORK, MSGL_ERR,
- "Counldn't resolve name: %s\n", url->hostname);
+ "Could not resolve name: %s\n", url->hostname);
closesocket (socket_server_fd);
return -1;
}