Fix a typo
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 24 Sep 2004 09:09:44 +0000 (09:09 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 24 Sep 2004 09:09:44 +0000 (09:09 -0000)
shell/Config.in

index 5824d12..bdba40d 100644 (file)
@@ -77,11 +77,11 @@ config CONFIG_ASH_MATH_SUPPORT_64
          large numbers.
 
 config CONFIG_ASH_GETOPTS
-       bool "  Enable getopt builtin to parse positional parameters"
+       bool "  Enable getopts builtin to parse positional parameters"
        default n
        depends on CONFIG_ASH
        help
-         Enable builtin getopt in the ash shell.
+         Enable getopts builtin in the ash shell.
 
 config CONFIG_ASH_CMDCMD
        bool "  Enable cmdcmd to override shell builtins"