summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-22 07:35:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-22 07:35:54 -0600
commit08750a096b1c72e577a102a619b9a0827d2f3b9d (patch)
tree9f3860b60e8d08d412097de00b98e112a162de77 /nuttx/tools
parent801977de7c84d03616329795e1c59929ab948906 (diff)
downloadpx4-nuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.tar.gz
px4-nuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.tar.bz2
px4-nuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.zip
Add TCP echo server from Max Holtzberg
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/kconfig2html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/kconfig2html.c b/nuttx/tools/kconfig2html.c
index 9a089c415..7c7d2603a 100644
--- a/nuttx/tools/kconfig2html.c
+++ b/nuttx/tools/kconfig2html.c
@@ -2667,7 +2667,7 @@ int main(int argc, char **argv, char **envp)
output("</table>\n");
output("<p>\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");