aboutsummaryrefslogtreecommitdiff
path: root/libbb/inet_common.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-06-18 13:23:58 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-06-18 13:23:58 +0200
commitbcbd37df2495359195b0deda7c85deacc9b3ff13 (patch)
treebcbbf5011f4972def1e79210f23bcacc04d73ff2 /libbb/inet_common.c
parent14f6f0ad4a9d07f927b96b08c20d7ea546318517 (diff)
downloadbusybox-bcbd37df2495359195b0deda7c85deacc9b3ff13.tar.gz
tweak Config texts and some broken English elsewhere
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/inet_common.c')
-rw-r--r--libbb/inet_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/inet_common.c b/libbb/inet_common.c
index fa4d8672f..0fc08d69d 100644
--- a/libbb/inet_common.c
+++ b/libbb/inet_common.c
@@ -193,7 +193,7 @@ char* FAST_FUNC INET6_rresolve(struct sockaddr_in6 *sin6, int numeric)
if (sin6->sin6_family != AF_INET6) {
#ifdef DEBUG
- bb_error_msg("rresolve: unsupport address family %d!",
+ bb_error_msg("rresolve: unsupported address family %d!",
sin6->sin6_family);
#endif
errno = EAFNOSUPPORT;