Skip to content

Commit 6656e9c

Browse files
committed
typo
1 parent c4a2ae2 commit 6656e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/netty/request/body/NettyDirectBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ public abstract class NettyDirectBody implements NettyBody {
2323

2424
@Override
2525
public void write(Channel channel, NettyResponseFuture<?> future) {
26-
throw new UnsupportedOperationException("This kind of body is supposed to be writen directly");
26+
throw new UnsupportedOperationException("This kind of body is supposed to be written directly");
2727
}
2828
}

0 commit comments

Comments
 (0)