From a4defa37a4209a0871d1d458928a7d9b340d5ffd Mon Sep 17 00:00:00 2001 From: David Kozub Date: Thu, 3 Oct 2019 21:23:44 +0200 Subject: [PATCH] extras/wificfg: fix a typo in comment --- extras/wificfg/wificfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/wificfg/wificfg.c b/extras/wificfg/wificfg.c index 5a5c9c9..1fb8e57 100644 --- a/extras/wificfg/wificfg.c +++ b/extras/wificfg/wificfg.c @@ -58,7 +58,7 @@ const char *wificfg_default_ssid __attribute__ ((weak)) = "EOR_%02X%02X%02X"; const char *wificfg_default_password __attribute__ ((weak)) = "esp-open-rtos"; const char *wificfg_default_hostname __attribute__ ((weak)) = "eor-%02x%02x%02x"; -/* The http task stack allocates a single buffer to do much of it's work. */ +/* The http task stack allocates a single buffer to do much of its work. */ #define HTTP_BUFFER_SIZE 54 /*