File tree 2 files changed +2
-2
lines changed
libraries/HTTPClient/examples/StreamHttpClient
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ unsigned char String::equalsConstantTime(const String &s2) const {
555
555
// at this point lengths are the same
556
556
if (len () == 0 )
557
557
return 1 ;
558
- // at this point lenghts are the same and non-zero
558
+ // at this point lengths are the same and non-zero
559
559
const char *p1 = buffer ();
560
560
const char *p2 = s2.buffer ();
561
561
unsigned int equalchars = 0 ;
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ void loop() {
56
56
// file found at server
57
57
if (httpCode == HTTP_CODE_OK) {
58
58
59
- // get lenght of document (is -1 when Server sends no Content-Length header)
59
+ // get length of document (is -1 when Server sends no Content-Length header)
60
60
int len = http.getSize ();
61
61
62
62
// create buffer for read
You can’t perform that action at this time.
0 commit comments