summaryrefslogtreecommitdiff
path: root/nuttx/tools/kconfig2html.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools/kconfig2html.c')
-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");