Merge pull request #205 from shubheksha/master

Fix #204 (correct spelling of octet)
This commit is contained in:
Major
2016-02-11 17:45:29 +00:00
@@ -107,7 +107,7 @@ public final class HttpRequestWorker extends RequestWorker<HttpRequest, Resource
return "text/plain"; return "text/plain";
} }
return "application/octect-stream"; return "application/octet-stream";
} }
@Override @Override