Fix typo in log message

This commit is contained in:
0xb00bface 2021-01-01 13:57:41 +01:00
parent 4f55687b38
commit 4aef12ceee
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public class ChaturbateHttpClient extends HttpClient {
return resp;
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
throw new IOException("INterrupted during request", e);
throw new IOException("Interrupted during request", e);
} finally {
if (throttle) {
releaseSlot();