Skip to content

Commit 90c9375

Browse files
committed
Fix typo
1 parent 31220c2 commit 90c9375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Arduino_ESP32_OTA.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ int Arduino_ESP32_OTA::download(const char * ota_url)
195195
return static_cast<int>(Error::HttpResponse);
196196
}
197197

198-
/* Extract concent length from HTTP header. A typical entry looks like
198+
/* Extract content length from HTTP header. A typical entry looks like
199199
* "Content-Length: 123456"
200200
*/
201201
char const * content_length_ptr = strstr(http_header.c_str(), "Content-Length");

0 commit comments

Comments
 (0)