From 79918649e264bbc42d61bfd1b1de35d5570cb99d Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 19 Sep 2007 12:54:10 +0000 Subject: Fix a few typos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24578 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/udp.c') 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; } -- cgit v1.2.3