From b8ee7628cbb83a919e1ba3b16eaa91dfbebdf8d2 Mon Sep 17 00:00:00 2001 From: Ato Araki Date: Mon, 17 May 2021 21:19:31 +0900 Subject: [PATCH] fix typo --- src/M5Display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/M5Display.cpp b/src/M5Display.cpp index 091fa61..a1a3123 100644 --- a/src/M5Display.cpp +++ b/src/M5Display.cpp @@ -556,7 +556,7 @@ void M5Display::drawPngUrl(const char *url, uint16_t x, uint16_t y, return ; } - // get lenght of document (is -1 when Server sends no Content-Length header) + // get length of document (is -1 when Server sends no Content-Length header) int len = http.getSize(); WiFiClient *stream = http.getStreamPtr();