larger -> wider

This commit is contained in:
Trustin Lee 2010-06-24 02:13:12 +00:00
parent 674af6ae12
commit 56c0e6da07

View File

@ -83,6 +83,6 @@ public class ProtobufVarint32FrameDecoder extends FrameDecoder {
}
// Couldn't find the byte whose MSB is off.
throw new CorruptedFrameException("length larger than 32-bit");
throw new CorruptedFrameException("length wider than 32-bit");
}
}