busybox: fix typo in Config.in (#14628)
authorFelix Fietkau <nbd@openwrt.org>
Tue, 17 Dec 2013 07:17:00 +0000 (07:17 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 17 Dec 2013 07:17:00 +0000 (07:17 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39114

package/utils/busybox/Config.in

index 8420ef5e522caac64ea8ec751e72e79562f82bcd..9a8def66b9252caac6716b82cc4928ec34a92a03 100644 (file)
@@ -1,6 +1,6 @@
 if PACKAGE_busybox
 
 config BUSYBOX_ENABLE_NFS_MOUNT
-       bool "Enable NFS mount support
+       bool "Enable NFS mount support"
 
 endif