We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31220c2 commit 90c9375Copy full SHA for 90c9375
src/Arduino_ESP32_OTA.cpp
@@ -195,7 +195,7 @@ int Arduino_ESP32_OTA::download(const char * ota_url)
195
return static_cast<int>(Error::HttpResponse);
196
}
197
198
- /* Extract concent length from HTTP header. A typical entry looks like
+ /* Extract content length from HTTP header. A typical entry looks like
199
* "Content-Length: 123456"
200
*/
201
char const * content_length_ptr = strstr(http_header.c_str(), "Content-Length");
0 commit comments