mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Fixed typo
This commit is contained in:
@ -157,7 +157,7 @@ public class FileDownloader extends Observable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (resp < 200 || resp >= 300) {
|
if (resp < 200 || resp >= 300) {
|
||||||
throw new IOException("Recevied invalid http status code from server: " + resp);
|
throw new IOException("Received invalid http status code from server: " + resp);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for valid content length.
|
// Check for valid content length.
|
||||||
|
Reference in New Issue
Block a user