forked from j62/ctbrec
1
0
Fork 0

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; return resp;
} catch (InterruptedException e) { } catch (InterruptedException e) {
Thread.currentThread().interrupt(); Thread.currentThread().interrupt();
throw new IOException("INterrupted during request", e); throw new IOException("Interrupted during request", e);
} finally { } finally {
if (throttle) { if (throttle) {
releaseSlot(); releaseSlot();