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");