diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-18 13:23:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-18 13:23:58 +0200 |
commit | bcbd37df2495359195b0deda7c85deacc9b3ff13 (patch) | |
tree | bcbbf5011f4972def1e79210f23bcacc04d73ff2 /libbb | |
parent | 14f6f0ad4a9d07f927b96b08c20d7ea546318517 (diff) | |
download | busybox-bcbd37df2495359195b0deda7c85deacc9b3ff13.tar.gz |
tweak Config texts and some broken English elsewhere
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Config.in | 1 | ||||
-rw-r--r-- | libbb/inet_common.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index 7ced387a9..a572775c9 100644 --- a/libbb/Config.in +++ b/libbb/Config.in @@ -163,4 +163,5 @@ config FEATURE_HWIB help Support for printing infiniband addresses in network applets. + endmenu 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; |