Minor typo correction

This commit is contained in:
cfsmp3 2015-02-25 08:43:06 +01:00
parent 7b4d93988f
commit b45370cbb4

View File

@ -905,7 +905,7 @@ int start_upd_srv(const char *addr_str, unsigned port)
if (bind(sockfd, (struct sockaddr *)&servaddr, sizeof(servaddr)) != 0)
{
#if _WIN32
wprintf(L"bind() eror: %ld\n", WSAGetLastError());
wprintf(L"bind() error: %ld\n", WSAGetLastError());
exit(EXIT_FAILURE);
#else
fatal(CCX_COMMON_EXIT_BUG_BUG, "bind() error: %s\n", strerror(errno));