Fixed typo

This commit is contained in:
Federico Fissore 2015-06-16 10:52:08 +02:00
parent 91df9b1901
commit 4813e573c2
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public class FileDownloader extends Observable {
}
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.