Fix typo in Telnet Kconfig. From OrbitalFox

This commit is contained in:
Gregory Nutt 2015-02-19 06:40:18 -06:00
parent 25eee811c1
commit 8d7952d55a

View File

@ -4,7 +4,7 @@
#
config NETUTILS_TELNETD
bool "Telet daemon"
bool "Telnet daemon"
default n
depends on NET && NET_TCP
---help---