From: Eric Andersen Date: Thu, 31 Aug 2000 23:52:46 +0000 (-0000) Subject: Fix spelling error X-Git-Tag: 0_47~133 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a3de24e85d0afabd61c11ac7ae92c591594e3297;p=oweals%2Fbusybox.git Fix spelling error -Erik --- diff --git a/networking/telnet.c b/networking/telnet.c index 40cf7a128..cf55de6af 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -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); diff --git a/telnet.c b/telnet.c index 40cf7a128..cf55de6af 100644 --- a/telnet.c +++ b/telnet.c @@ -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);