Skip to content

Commit b8ee762

Browse files
committed
fix typo
1 parent 7677017 commit b8ee762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/M5Display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ void M5Display::drawPngUrl(const char *url, uint16_t x, uint16_t y,
556556
return ;
557557
}
558558

559-
// get lenght of document (is -1 when Server sends no Content-Length header)
559+
// get length of document (is -1 when Server sends no Content-Length header)
560560
int len = http.getSize();
561561

562562
WiFiClient *stream = http.getStreamPtr();

0 commit comments

Comments
 (0)