Fix spelling error

-Erik
This commit is contained in:
Eric Andersen 2000-08-31 23:52:46 +00:00
parent 1638488d26
commit a3de24e85d
2 changed files with 2 additions and 2 deletions

View File

@ -595,7 +595,7 @@ static struct in_addr getserver(char * host)
struct hostent * he;
if ((he = gethostbyname(host)) == NULL)
{
fatalError("%s: Unkonwn host\n", host);
fatalError("%s: Unknown host\n", host);
}
memcpy(&addr, he->h_addr, sizeof addr);

View File

@ -595,7 +595,7 @@ static struct in_addr getserver(char * host)
struct hostent * he;
if ((he = gethostbyname(host)) == NULL)
{
fatalError("%s: Unkonwn host\n", host);
fatalError("%s: Unknown host\n", host);
}
memcpy(&addr, he->h_addr, sizeof addr);