Skip to content

Commit 4813e57

Browse files
author
Federico Fissore
committed
Fixed typo
1 parent 91df9b1 commit 4813e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/src/cc/arduino/utils/network/FileDownloader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public void download() throws InterruptedException {
157157
}
158158

159159
if (resp < 200 || resp >= 300) {
160-
throw new IOException("Recevied invalid http status code from server: " + resp);
160+
throw new IOException("Received invalid http status code from server: " + resp);
161161
}
162162

163163
// Check for valid content length.

0 commit comments

Comments
 (0)