diff --git a/codec/src/main/java/io/netty/handler/codec/marshalling/LimitingByteInput.java b/codec/src/main/java/io/netty/handler/codec/marshalling/LimitingByteInput.java index 9d1d5d5416..60f1698751 100644 --- a/codec/src/main/java/io/netty/handler/codec/marshalling/LimitingByteInput.java +++ b/codec/src/main/java/io/netty/handler/codec/marshalling/LimitingByteInput.java @@ -96,7 +96,7 @@ class LimitingByteInput implements ByteInput { } /** - * Exception that will get thrown if the {@link Object} is to big to unmarshall + * Exception that will get thrown if the {@link Object} is too big to unmarshall * */ static final class TooBigObjectException extends IOException {