From 126e3ee6c3ea9e95761a1fc8e91d8eeb4ff0c82d Mon Sep 17 00:00:00 2001 From: Daniel Mangum Date: Wed, 4 Sep 2024 16:59:53 -0400 Subject: [PATCH] driver: wifi: esp_at: fix typo in CIPDINFO option Fixes typo in the CIPDINFO option description. Signed-off-by: Daniel Mangum --- drivers/wifi/esp_at/Kconfig.esp_at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/wifi/esp_at/Kconfig.esp_at b/drivers/wifi/esp_at/Kconfig.esp_at index 6c418db9d0e..1b611e8ba3f 100644 --- a/drivers/wifi/esp_at/Kconfig.esp_at +++ b/drivers/wifi/esp_at/Kconfig.esp_at @@ -164,7 +164,7 @@ config WIFI_ESP_AT_DNS_USE config WIFI_ESP_AT_CIPDINFO_USE bool "Use CIPDINFO to get peer ip and port" help - Enable AT+CIPDINFO got get peer ip-address and port. + Enable AT+CIPDINFO to get peer ip-address and port. config WIFI_ESP_AT_FETCH_VERSION bool "Fetch and log ESP-AT firmware version"