From 0361f632b8ade81c59555c10ef3199749ba814d5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 22 May 2013 07:35:54 -0600 Subject: [PATCH] Add TCP echo server from Max Holtzberg --- tools/kconfig2html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kconfig2html.c b/tools/kconfig2html.c index 9a089c4153..7c7d2603a5 100644 --- a/tools/kconfig2html.c +++ b/tools/kconfig2html.c @@ -2667,7 +2667,7 @@ int main(int argc, char **argv, char **envp) output("\n"); output("

\n"); - output(" This appendex holds internal configurations variables that are not visible to the user.\n"); + output(" This appendix holds internal configurations variables that are not visible to the user.\n"); output(" These settings are presented out-of-context because they cannot be directly controlled by the user.\n"); output(" Many of these settings are selected automatically and indirectly when other, visible configuration variables are selected.\n"); output(" One purpose of these hidden configuration variables is to control menuing in the kconfig-frontends configuration tool.\n");