We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a2ae2 commit 6656e9cCopy full SHA for 6656e9c
client/src/main/java/org/asynchttpclient/netty/request/body/NettyDirectBody.java
@@ -23,6 +23,6 @@ public abstract class NettyDirectBody implements NettyBody {
23
24
@Override
25
public void write(Channel channel, NettyResponseFuture<?> future) {
26
- throw new UnsupportedOperationException("This kind of body is supposed to be writen directly");
+ throw new UnsupportedOperationException("This kind of body is supposed to be written directly");
27
}
28
0 commit comments