From 4496f36a805f4ae40742b3b2e083c62364ee76ba Mon Sep 17 00:00:00 2001 From: tehwan Date: Fri, 21 Jan 2011 00:39:25 +0000 Subject: [PATCH] merge 1.3 r867:868 into trunk and 1.4 --- lib/arch/XArchWindows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/arch/XArchWindows.cpp b/lib/arch/XArchWindows.cpp index 903a7c5b..674aa1b7 100644 --- a/lib/arch/XArchWindows.cpp +++ b/lib/arch/XArchWindows.cpp @@ -89,7 +89,7 @@ XArchEvalWinsock::eval() const throw() /* 10048 */{WSAEADDRINUSE, "The specified address is already in use"}, /* 10049 */{WSAEADDRNOTAVAIL, "The specified address is not available from the local machine"}, /* 10050 */{WSAENETDOWN, "The Windows Sockets implementation has detected that the network subsystem has failed"}, - /* 10051 */{WSAENETUNREACH, "The network can't be reached from this hos at this time"}, + /* 10051 */{WSAENETUNREACH, "The network can't be reached from this host at this time"}, /* 10052 */{WSAENETRESET, "The connection must be reset because the Windows Sockets implementation dropped it"}, /* 10053 */{WSAECONNABORTED, "The virtual circuit was aborted due to timeout or other failure"}, /* 10054 */{WSAECONNRESET, "The virtual circuit was reset by the remote side"},