diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-09-26 18:56:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-09-26 18:56:26 +0000 |
commit | f288b5e10260d980a3cb38c8cd9cb2a97caf759c (patch) | |
tree | 818655184dcf3a87b9d45c97304e17461537af83 /toolchain/eglibc/config | |
parent | ed77b342962367d95167fcc900fd453491859f5e (diff) | |
download | upstream-f288b5e10260d980a3cb38c8cd9cb2a97caf759c.tar.gz upstream-f288b5e10260d980a3cb38c8cd9cb2a97caf759c.tar.bz2 upstream-f288b5e10260d980a3cb38c8cd9cb2a97caf759c.zip |
fix typo in eglibc configuration file
SVN-Revision: 17746
Diffstat (limited to 'toolchain/eglibc/config')
-rw-r--r-- | toolchain/eglibc/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/config/Config.in b/toolchain/eglibc/config/Config.in index c4496bec1a..5cdd2094be 100644 --- a/toolchain/eglibc/config/Config.in +++ b/toolchain/eglibc/config/Config.in @@ -157,7 +157,7 @@ config EGLIBC_OPTION_EGLIBC_DB_ALIASES bool "Functions for accessing the mail aliases database" default y help - This option group includues functions for looking up mail + This option group includes functions for looking up mail aliases in '/etc/aliases' or using nsswitch. It includes the following functions: |