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 91df9b1 commit 4813e57Copy full SHA for 4813e57
arduino-core/src/cc/arduino/utils/network/FileDownloader.java
@@ -157,7 +157,7 @@ public void download() throws InterruptedException {
157
}
158
159
if (resp < 200 || resp >= 300) {
160
- throw new IOException("Recevied invalid http status code from server: " + resp);
+ throw new IOException("Received invalid http status code from server: " + resp);
161
162
163
// Check for valid content length.
0 commit comments