From: Angus Gratton Date: Fri, 23 Jun 2017 06:28:38 +0000 (+1000) Subject: lwip debug: fix typo X-Git-Tag: v3.0-dev^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c301206cffb49286aa8799fb30c04b15f37e952;p=esp-idf lwip debug: fix typo --- diff --git a/components/lwip/port/debug/lwip_debug.c b/components/lwip/port/debug/lwip_debug.c index 2a48608cf3..c1fa7db121 100644 --- a/components/lwip/port/debug/lwip_debug.c +++ b/components/lwip/port/debug/lwip_debug.c @@ -111,7 +111,7 @@ static void dbg_lwip_tcp_pcb_one_show(struct tcp_pcb* pcb) DBG_LWIP_SEG_SHOW(seg); #if TCP_QUEUE_OOSEQ - ESP_LWIP_LOGI("ooseq semengts:"); + ESP_LWIP_LOGI("ooseq segments:"); seg = pcb->ooseq; DBG_LWIP_SEG_SHOW(seg); #endif