summaryrefslogtreecommitdiffstats
path: root/stream/udp.c
diff options
context:
space:
mode:
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;
}