Fix some typos related to ethernet documentation and Kconfig. Closes https://github.com/espressif/esp-idf/pull/2642

This commit is contained in:
Peter Meerwald-Stadler
2018-10-27 15:03:27 +02:00
committed by krzychb
parent 618236d8ff
commit 6a197d305f
4 changed files with 19 additions and 19 deletions

View File

@@ -165,7 +165,7 @@ config LWIP_DHCP_RESTORE_LAST_IP
default n
help
When this option is enabled, DHCP client tries to re-obtain last valid IP address obtained from DHCP server.
Last valid DHCP configuration is stored in nvs and restored afrer reset/power-up. If IP is still available,
Last valid DHCP configuration is stored in nvs and restored after reset/power-up. If IP is still available,
there is no need for sending discovery message to DHCP server and save some time.
menu "DHCP server"